Home
last modified time | relevance | path

Searched refs:ModulePath (Results 1 – 18 of 18) 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.ts148 …s?: readonly string[], moduleFile?: SourceFile, modulePaths?: readonly ModulePath[], cache?: Modul…
212 modulePaths: readonly ModulePath[],
376 function comparePathsByRedirectAndNumberOfDirectorySeparators(a: ModulePath, b: ModulePath) {
467 … string, host: ModuleSpecifierResolutionHost, packageManagerType?: string): readonly ModulePath[] {
485 const sortedPaths: ModulePath[] = [];
491 let pathsInDirectory: ModulePath[] | undefined;
749 …function tryGetModuleNameAsNodeModule({ path, isRedirect }: ModulePath, { getCanonicalFileName, so…
Dtypes.ts9111 export interface ModulePath {
9118 modulePaths: readonly ModulePath[] | undefined;
9129 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
9131 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;
/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/typescript/src/server/
DmoduleSpecifierCache.ts88 modulePaths: readonly ModulePath[] | undefined,
/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/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/include/llvm/Bitcode/
DBitcodeReader.h114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
/third_party/mesa3d/docs/
Dgallium-nine.rst38 - set ModulePath of Software\Wine\Direct3DNine in the wine registers
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp804 StringRef ModulePath; member in __anon0b917b540411::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);
/third_party/typescript/lib/
Dtypescript.d.ts4362 export interface ModulePath { interface
4368 modulePaths: readonly ModulePath[] | undefined;
4377 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
4379 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;
DtypescriptServices.d.ts4362 export interface ModulePath { interface
4368 modulePaths: readonly ModulePath[] | undefined;
4377 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
4379 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;
Dtsserverlibrary.d.ts4362 export interface ModulePath { interface
4368 modulePaths: readonly ModulePath[] | undefined;
4377 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
4379 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4362 export interface ModulePath { interface
4368 modulePaths: readonly ModulePath[] | undefined;
4377 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
4379 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;
Dtsserverlibrary.d.ts4362 export interface ModulePath { interface
4368 modulePaths: readonly ModulePath[] | undefined;
4377 …serPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[], moduleSpecifi…
4379 …ences: UserPreferences, options: ModuleSpecifierOptions, modulePaths: readonly ModulePath[]): void;