Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp48 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
107 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
278 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
543 std::string ModuleId = getUniqueModuleId(&M); writeThinLTOBitcode() local
[all...]
H A DSampleProfileProbe.cpp456 auto ModuleId = getUniqueModuleId(&M); run() local
/llvm-project/clang/include/clang/Basic/
H A DModule.h54 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>; global() variable
/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1571 std::string ModuleId = SrcM->getModuleIdentifier(); run() local
/llvm-project/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp724 FunctionSummary *findCalleeFunctionSummary(ValueInfo VI, StringRef ModuleId) { in findCalleeFunctionSummary() argument
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7775 uint64_t ModuleId = Record[1]; parseEntireSummary() local
7838 uint64_t ModuleId = Record[1]; parseEntireSummary() local
7858 uint64_t ModuleId = Record[1]; parseEntireSummary() local
8083 uint64_t ModuleId = Record[0]; parseModuleStringTable() local
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp3965 auto ModuleId = ModuleIdMap.size(); writeModStrings() local