Searched refs:ModulePath (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/Transforms/IPO/ |
D | FunctionImport.h | 89 StringRef ModulePath, const ModuleSummaryIndex &Index, 103 StringRef ModulePath, 109 EmitImportsFiles(StringRef ModulePath, StringRef OutputFilename,
|
/external/llvm/lib/Transforms/IPO/ |
D | FunctionImport.cpp | 411 StringRef ModulePath, const ModuleSummaryIndex &Index, in ComputeCrossModuleImportForModule() argument 417 Index.collectDefinedFunctionsForModule(ModulePath, FunctionSummaryMap); in ComputeCrossModuleImportForModule() 420 DEBUG(dbgs() << "Computing import for Module '" << ModulePath << "'\n"); in ComputeCrossModuleImportForModule() 424 DEBUG(dbgs() << "* Module " << ModulePath << " imports from " in ComputeCrossModuleImportForModule() 437 StringRef ModulePath, in gatherImportedSummariesForModule() argument 442 ModuleToSummariesForIndex[ModulePath] = in gatherImportedSummariesForModule() 443 ModuleToDefinedGVSummaries.lookup(ModulePath); in gatherImportedSummariesForModule() 444 auto ModuleImports = ImportLists.find(ModulePath); in gatherImportedSummariesForModule() 463 StringRef ModulePath, StringRef OutputFilename, in EmitImportsFiles() argument 465 auto ModuleImports = ImportLists.find(ModulePath); in EmitImportsFiles()
|
/external/llvm/lib/IR/ |
D | ModuleSummaryIndex.cpp | 71 StringRef ModulePath, GVSummaryMapTy &GVSummaryMap) const { in collectDefinedFunctionsForModule() argument 80 if (Summary->modulePath() != ModulePath) in collectDefinedFunctionsForModule()
|
/external/llvm/include/llvm/IR/ |
D | ModuleSummaryIndex.h | 129 StringRef ModulePath; variable 158 void setModulePath(StringRef ModPath) { ModulePath = ModPath; } in setModulePath() 161 StringRef modulePath() const { return ModulePath; } in modulePath() 488 void collectDefinedFunctionsForModule(StringRef ModulePath,
|
/external/llvm/include/llvm/LTO/legacy/ |
D | ThinLTOCodeGenerator.h | 210 static void emitImports(StringRef ModulePath, StringRef OutputName, 223 StringRef ModulePath, ModuleSummaryIndex &Index,
|
/external/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 566 StringRef ModulePath, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() argument 580 llvm::gatherImportedSummariesForModule(ModulePath, ModuleToDefinedGVSummaries, in gatherImportedSummariesForModule() 588 void ThinLTOCodeGenerator::emitImports(StringRef ModulePath, in emitImports() argument 604 if ((EC = EmitImportsFiles(ModulePath, OutputName, ImportLists))) in emitImports()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1217 void loadClangModule(StringRef Filename, StringRef ModulePath, 3288 void DwarfLinker::loadClangModule(StringRef Filename, StringRef ModulePath, in loadClangModule() argument 3293 sys::path::append(Path, ModulePath, Filename); in loadClangModule()
|
/external/llvm/lib/Bitcode/Reader/ |
D | BitcodeReader.cpp | 6369 SmallString<128> ModulePath; in parseModuleStringTable() local 6393 if (convertToString(Record, 1, ModulePath)) in parseModuleStringTable() 6396 LastSeenModulePath = TheIndex->addModulePath(ModulePath, ModuleId); in parseModuleStringTable() 6399 ModulePath.clear(); in parseModuleStringTable()
|
/external/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 449 bool doIncludeModule(StringRef ModulePath) { in doIncludeModule() argument 451 ModuleToSummariesForIndex->count(ModulePath); in doIncludeModule()
|