|
LLDB mainline
|
This is the complete list of members for Instrumenter, including all inherited members.
| BuildObjectCheckerFunc(lldb::addr_t start_address) | Instrumenter | inlineprotected |
| GetI8PtrTy() | Instrumenter | inlineprotected |
| GetIntptrTy() | Instrumenter | inlineprotected |
| Inspect(llvm::Function &function) | Instrumenter | inline |
| InspectBasicBlock(llvm::BasicBlock &bb) | Instrumenter | inlineprotectedvirtual |
| InspectFunction(llvm::Function &f) | Instrumenter | inlineprotectedvirtual |
| InspectInstruction(llvm::Instruction &i) | Instrumenter | inlineprotectedvirtual |
| InstIterator typedef | Instrumenter | protected |
| Instrument() | Instrumenter | inline |
| Instrumenter(llvm::Module &module, std::shared_ptr< UtilityFunction > checker_function) | Instrumenter | inline |
| InstrumentInstruction(llvm::Instruction *inst)=0 | Instrumenter | protectedpure virtual |
| InstVector typedef | Instrumenter | protected |
| m_checker_function | Instrumenter | protected |
| m_i8ptr_ty | Instrumenter | private |
| m_intptr_ty | Instrumenter | private |
| m_module | Instrumenter | protected |
| m_to_instrument | Instrumenter | protected |
| RegisterInstruction(llvm::Instruction &inst) | Instrumenter | inlineprotected |
| ~Instrumenter()=default | Instrumenter | virtual |