Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
DFunctionImport.h151 StringRef ModulePath, const ModuleSummaryIndex &Index,
160 StringRef ModulePath, const ModuleSummaryIndex &Index,
201 StringRef ModulePath,
208 StringRef ModulePath, StringRef OutputFilename,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp649 auto IsReadOrWriteOnlyVar = [&](StringRef ModulePath, const ValueInfo &VI) { in checkVariableImport() argument
651 Index.findSummaryInModule(VI, ModulePath)); in checkVariableImport()
723 StringRef ModulePath, in dumpImportListForModule() argument
725 LLVM_DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in dumpImportListForModule()
740 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument
745 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule()
748 LLVM_DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule()
749 ComputeImportForModule(FunctionSummaryMap, Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
752 dumpImportListForModule(Index, ModulePath, ImportList); in ComputeCrossModuleImportForModule()
759 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModuleFromIndex() argument
[all …]
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts258 function comparePathsByRedirectAndNumberOfDirectorySeparators(a: ModulePath, b: ModulePath) {
328 interface ModulePath { interface
338 … string, host: ModuleSpecifierResolutionHost, packageManagerType?: string): readonly ModulePath[] {
359 const sortedPaths: ModulePath[] = [];
365 let pathsInDirectory: ModulePath[] | undefined;
471 …function tryGetModuleNameAsExternalModule({ path, isRedirect }: ModulePath, { getCanonicalFileName…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp1124 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1125 assert(ModuleToDefinedGVSummaries.count(ModulePath)); in start()
1127 ModuleToDefinedGVSummaries.find(ModulePath)->second; in start()
1216 StringRef ModulePath = BM.getModuleIdentifier(); in start() local
1218 getThinLTOOutputFile(ModulePath, OldPrefix, NewPrefix); in start()
1224 gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in start()
1235 EC = EmitImportsFiles(ModulePath, NewModulePath + ".imports", in start()
1242 OnWrite(ModulePath); in start()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DModuleSummaryIndex.cpp74 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument
83 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h348 StringRef ModulePath;
378 void setModulePath(StringRef ModPath) { ModulePath = ModPath; }
381 StringRef modulePath() const { return ModulePath; }
1358 void collectDefinedFunctionsForModule(StringRef ModulePath,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 StringRef ModulePath; member in __anone840a2d40411::ModuleSummaryIndexBitcodeReader
813 StringRef ModulePath, unsigned ModuleId);
5365 StringRef ModulePath, unsigned ModuleId) in ModuleSummaryIndexBitcodeReader() argument
5367 ModulePath(ModulePath), ModuleId(ModuleId) {} in ModuleSummaryIndexBitcodeReader()
5370 TheIndex.addModule(ModulePath, ModuleId); in addThisModule()
5375 return TheIndex.getModule(ModulePath); in getThisModule()
5952 auto AliaseeInModule = TheIndex.findSummaryInModule(AliaseeVI, ModulePath); in parseEntireSummary()
6197 SmallString<128> ModulePath; in parseModuleStringTable() local
6228 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable()
6231 LastSeenModule = TheIndex.addModule(ModulePath, ModuleId); in parseModuleStringTable()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp8083 StringRef ModulePath; in ParseFunctionSummary() local
8095 ParseModuleReference(ModulePath) || in ParseFunctionSummary()
8137 FS->setModulePath(ModulePath); in ParseFunctionSummary()
8153 StringRef ModulePath; in ParseVariableSummary() local
8163 ParseModuleReference(ModulePath) || in ParseVariableSummary()
8191 GS->setModulePath(ModulePath); in ParseVariableSummary()
8209 StringRef ModulePath; in ParseAliasSummary() local
8215 ParseModuleReference(ModulePath) || in ParseAliasSummary()
8232 AS->setModulePath(ModulePath); in ParseAliasSummary()
8240 auto Summary = Index->findSummaryInModule(AliaseeVI, ModulePath); in ParseAliasSummary()
[all …]
DLLParser.h348 bool ParseModuleReference(StringRef &ModulePath);