retdec
|
This is the complete list of members for retdec::bin2llvmir::Collector, including all inherited members.
_abi | retdec::bin2llvmir::Collector | protected |
_getRoot(llvm::Value *i, std::set< llvm::Value * > &seen) const | retdec::bin2llvmir::Collector | protected |
_module | retdec::bin2llvmir::Collector | protected |
_rda | retdec::bin2llvmir::Collector | protected |
collectCallArgs(CallEntry *ce) const | retdec::bin2llvmir::Collector | virtual |
collectCallRets(CallEntry *ce) const | retdec::bin2llvmir::Collector | virtual |
collectCallSpecificTypes(CallEntry *ce) const | retdec::bin2llvmir::Collector | virtual |
collectDefArgs(DataFlowEntry *de) const | retdec::bin2llvmir::Collector | virtual |
collectDefRets(DataFlowEntry *de) const | retdec::bin2llvmir::Collector | virtual |
collectLoadsAfterInstruction(llvm::Instruction *i, std::vector< llvm::LoadInst * > &loads) const | retdec::bin2llvmir::Collector | protected |
collectLoadsAfterInstruction(llvm::Instruction *i, std::vector< llvm::LoadInst * > &loads, std::set< llvm::Value * > &excluded) const | retdec::bin2llvmir::Collector | protected |
Collector(const Abi *abi, llvm::Module *m, const ReachingDefinitionsAnalysis *rda) | retdec::bin2llvmir::Collector | |
collectRetStores(ReturnEntry *re) const | retdec::bin2llvmir::Collector | protected |
collectStoresBeforeInstruction(llvm::Instruction *i, std::vector< llvm::StoreInst * > &stores) const | retdec::bin2llvmir::Collector | protected |
collectStoresInInstructionBlock(llvm::Instruction *i, std::set< llvm::Value * > &values, std::vector< llvm::StoreInst * > &stores) const | retdec::bin2llvmir::Collector | protected |
collectStoresInSinglePredecessors(llvm::Instruction *i, std::vector< llvm::StoreInst * > &stores) const | retdec::bin2llvmir::Collector | protected |
collectStoresRecursively(llvm::Instruction *i, std::vector< llvm::StoreInst * > &stores, std::map< llvm::BasicBlock *, std::set< llvm::Value * >> &seen) const | retdec::bin2llvmir::Collector | protected |
extractFormatString(CallEntry *ce) const | retdec::bin2llvmir::Collector | protected |
getRoot(llvm::Value *i) const | retdec::bin2llvmir::Collector | protected |
Ptr typedef | retdec::bin2llvmir::Collector | |
storesString(llvm::StoreInst *si, std::string &str) const | retdec::bin2llvmir::Collector | protected |
~Collector()=default | retdec::bin2llvmir::Collector | virtual |