|
| | BasicBlockAnalysisContext (BNBasicBlockAnalysisContext *context) |
| BNFunctionAnalysisSkipOverride | GetAnalysisSkipOverride () const |
| bool | GetGuidedAnalysisMode () const |
| bool | GetTriggerGuidedOnInvalidInstruction () const |
| bool | GetTranslateTailCalls () const |
| bool | GetDisallowBranchToString () const |
| uint64_t | GetMaxFunctionSize () const |
| bool | GetMaxSizeReached () const |
| void | SetMaxSizeReached (bool reached) |
| const std::map< ArchAndAddr, std::set< ArchAndAddr > > | GetIndirectBranches () |
| const std::set< ArchAndAddr > & | GetIndirectNoReturnCalls () |
| std::map< ArchAndAddr, bool > & | GetContextualReturns () |
| std::map< uint64_t, std::set< ArchAndAddr > > & | GetDirectCodeReferences () |
| std::set< ArchAndAddr > & | GetDirectNoReturnCalls () |
| std::set< ArchAndAddr > & | GetHaltedDisassemblyAddresses () |
| std::map< ArchAndAddr, ArchAndAddr > & | GetInlinedUnresolvedIndirectBranches () |
| void | AddTempOutgoingReference (Function *targetFunc) |
| Ref< BasicBlock > | CreateBasicBlock (Architecture *arch, uint64_t start) |
| void | AddFunctionBasicBlock (BasicBlock *block) |
| void | Finalize () |