Home
last modified time | relevance | path

Searched refs:getModuleId (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
DFunctionInfo.h204 uint64_t getModuleId(const StringRef ModPath) const { in getModuleId() function
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp106 Twine(Index.getModuleId(F.getParent()->getModuleIdentifier()))).str(); in findExternalCalls()
/external/llvm/lib/Linker/
DLinkModules.cpp233 ImportIndex->getModuleId(SGV->getParent()->getModuleIdentifier())); in getName()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp2851 NameVals.push_back(I.getModuleId(FS->modulePath())); in WriteCombinedFunctionSummary()