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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DInstrumentation.cpp77 const std::string &ModuleId) {
89 if (ModuleId.empty())
91 Name += ModuleId;
76 GetOrCreateFunctionComdat(Function &F, Triple &T, const std::string &ModuleId) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DThinLTOBitcodeWriter.cpp36 // changing visibility and appending the given ModuleId.
37 void promoteInternals(Module &ExportM, Module &ImportM, StringRef ModuleId, argument
57 std::string NewName = (Name + ModuleId).str();
87 void promoteTypeIds(Module &M, StringRef ModuleId) { argument
96 std::string NewName = (Twine(LocalToGlobal.size()) + ModuleId).str();
203 std::string ModuleId = getUniqueModuleId(&M); local
204 if (ModuleId.empty()) {
221 promoteTypeIds(M, ModuleId);
315 promoteInternals(*MergedM, M, ModuleId, CfiFunctions);
316 promoteInternals(M, *MergedM, ModuleId, CfiFunction
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DModule.h53 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>;
334 ModuleId Id;
349 SmallVector<ModuleId, 2> UnresolvedDirectUses;
383 ModuleId Id;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/
H A DInstrumentation.h50 const std::string &ModuleId);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h120 uint64_t ModuleId);
187 uint64_t ModuleId);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Lex/
H A DModuleMap.cpp125 Module *ModuleMap::resolveModuleId(const ModuleId &Id, Module *Mod,
1461 using ModuleId = SmallVector<std::pair<std::string, SourceLocation>, 2>;
1463 bool parseModuleId(ModuleId &Id);
1707 bool ModuleMapParser::parseModuleId(ModuleId &Id) {
1870 ModuleId Id;
2148 ModuleId Id;
2491 ModuleId ParsedModuleId;
2570 ModuleId ParsedModuleId;
2666 static std::string formatModuleId(const ModuleId &Id) {
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h309 Module *resolveModuleId(const ModuleId &Id, Module *Mod, bool Complain) const;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1305 /// Find the summary for ValueInfo \p VI in module \p ModuleId, or nullptr if
1307 GlobalValueSummary *findSummaryInModule(ValueInfo VI, StringRef ModuleId) const {
1312 return Summary->modulePath() == ModuleId;
1319 /// Find the summary for global \p GUID in module \p ModuleId, or nullptr if
1322 StringRef ModuleId) const {
1326 return findSummaryInModule(CalleeInfo, ModuleId);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp811 unsigned ModuleId; member in class:__anon3411::ModuleSummaryIndexBitcodeReader
816 StringRef ModulePath, unsigned ModuleId);
5464 StringRef ModulePath, unsigned ModuleId)
5466 ModulePath(ModulePath), ModuleId(ModuleId) {}
5469 TheIndex.addModule(ModulePath, ModuleId);
6129 uint64_t ModuleId = Record[1]; local
6182 FS->setModulePath(ModuleIdMap[ModuleId]);
6191 uint64_t ModuleId = Record[1]; local
6197 AS->setModulePath(ModuleIdMap[ModuleId]);
5462 ModuleSummaryIndexBitcodeReader( BitstreamCursor Cursor, StringRef Strtab, ModuleSummaryIndex &TheIndex, StringRef ModulePath, unsigned ModuleId) argument
6211 uint64_t ModuleId = Record[1]; local
6348 uint64_t ModuleId = Record[0]; local
6630 readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath, uint64_t ModuleId) argument
6830 readModuleSummaryIndex(MemoryBufferRef Buffer, ModuleSummaryIndex &CombinedIndex, uint64_t ModuleId) argument
[all...]

Completed in 344 milliseconds