Home
last modified time | relevance | path

Searched refs:ModuleId (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp38 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, in promoteInternals() argument
58 std::string NewName = (Name + ModuleId).str(); in promoteInternals()
88 void promoteTypeIds(Module &M, StringRef ModuleId) { in promoteTypeIds() argument
228 std::string ModuleId = getUniqueModuleId(&M); in splitAndWriteThinLTOBitcode() local
229 if (ModuleId.empty()) { in splitAndWriteThinLTOBitcode()
246 promoteTypeIds(M, ModuleId); in splitAndWriteThinLTOBitcode()
345 promoteInternals(*MergedM, M, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
346 promoteInternals(M, *MergedM, ModuleId, CfiFunctions); in splitAndWriteThinLTOBitcode()
487 std::string ModuleId = getUniqueModuleId(&M); in writeThinLTOBitcode() local
488 if (!ModuleId.empty()) { in writeThinLTOBitcode()
[all …]
H A DSampleProfileProbe.cpp398 auto ModuleId = getUniqueModuleId(&M); in run() local
407 SampleProfileProber ProbeManager(F, ModuleId); in run()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h53 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>; variable
345 ModuleId Id;
360 SmallVector<ModuleId, 2> UnresolvedDirectUses;
394 ModuleId Id;
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h120 uint64_t ModuleId);
187 uint64_t ModuleId);
/netbsd/external/apache2/llvm/dist/clang/lib/Lex/
H A DModuleMap.cpp125 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod, in resolveModuleId()
1468 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>; typedef in clang::ModuleMapParser
1470 bool parseModuleId(ModuleId &Id);
1714 bool ModuleMapParser::parseModuleId(ModuleId &Id) { in parseModuleId()
1877 ModuleId Id; in parseModuleDecl()
2153 ModuleId Id; in parseExternModuleDecl()
2497 ModuleId ParsedModuleId; in parseExportDecl()
2576 ModuleId ParsedModuleId; in parseUseDecl()
2672 static std::string formatModuleId(const ModuleId &Id) { in formatModuleId()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1340 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1345 return Summary->modulePath() == ModuleId;
1355 StringRef ModuleId) const {
1359 return findSummaryInModule(CalleeInfo, ModuleId);
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp810 unsigned ModuleId; member in __anon72781fa90411::ModuleSummaryIndexBitcodeReader
5720 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5722 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5725 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
6385 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6438 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6447 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6453 AS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
6467 uint64_t ModuleId = Record[1]; in parseEntireSummary() local
6484 FS->setModulePath(ModuleIdMap[ModuleId]); in parseEntireSummary()
[all …]
/netbsd/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h309 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DStackSafetyAnalysis.cpp612 FunctionSummary *findCalleeFunctionSummary(ValueInfo VI, StringRef ModuleId) { in findCalleeFunctionSummary() argument
626 if (GVS->modulePath() == ModuleId) { in findCalleeFunctionSummary()