| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/ |
| D | FunctionImport.h | 151 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/ |
| D | FunctionImport.cpp | 649 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/ |
| D | moduleSpecifiers.ts | 148 …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…
|
| D | types.ts | 9111 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/ |
| D | LTO.cpp | 1124 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/ |
| D | moduleSpecifierCache.ts | 88 modulePaths: readonly ModulePath[] | undefined,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 74 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/ |
| D | ModuleSummaryIndex.h | 348 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/ |
| D | BitcodeReader.h | 114 Error readSummary(ModuleSummaryIndex &CombinedIndex, StringRef ModulePath,
|
| /third_party/mesa3d/docs/ |
| D | gallium-nine.rst | 38 - 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/ |
| D | BitcodeReader.cpp | 804 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/ |
| D | LLParser.cpp | 8083 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 …]
|
| D | LLParser.h | 348 bool ParseModuleReference(StringRef &ModulePath);
|
| /third_party/typescript/lib/ |
| D | typescript.d.ts | 4362 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;
|
| D | typescriptServices.d.ts | 4362 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;
|
| D | tsserverlibrary.d.ts | 4362 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/ |
| D | typescript.d.ts | 4362 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;
|
| D | tsserverlibrary.d.ts | 4362 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;
|