MCPcopy Create free account
hub / github.com/SVF-tools/SVF / getObjectNode

Method getObjectNode

svf-llvm/lib/LLVMModule.cpp:1101–1108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1099}
1100
1101NodeID LLVMModuleSet::getObjectNode(const Value *llvm_value)
1102{
1103 if (const GlobalVariable* glob = SVFUtil::dyn_cast<GlobalVariable>(llvm_value))
1104 llvm_value = LLVMUtil::getGlobalRep(glob);
1105 ValueToIDMapTy::const_iterator iter = objSymMap.find(llvm_value);
1106 assert(iter!=objSymMap.end() && "obj sym not found");
1107 return iter->second;
1108}
1109
1110
1111void LLVMModuleSet::dumpSymTable()

Callers 4

handleExtCallMethod · 0.45
initialiseBaseObjVarsMethod · 0.45
buildVTablesMethod · 0.45
analyzeVTablesMethod · 0.45

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected