Home
last modified time | relevance | path

Searched defs:ModuleId (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp48 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals()
107 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds()
279 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
556 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h55 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>; variable
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp723 FunctionSummary *findCalleeFunctionSummary(ValueInfo VI, StringRef ModuleId) { in findCalleeFunctionSummary()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7880 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
7941 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
7961 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
8247 uint64_t ModuleId = Record[0]; in parseModuleStringTable() local
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4212 auto ModuleId = ModuleIdMap.size(); in writeModStrings() local