Home
last modified time | relevance | path

Searched defs:CombinedIndex (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp1033 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc
1037 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1065 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1082 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1135 MapVector<StringRef, BitcodeModule> &ModuleMap) { in start()
1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1201 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
DLTOBackend.cpp451 ModuleSummaryIndex &CombinedIndex) { in backend()
503 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
DThinLTOCodeGenerator.cpp567 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/external/llvm/tools/gold/
Dgold-plugin.cpp868 const ModuleSummaryIndex *CombinedIndex; member in __anon56cd05e80211::CodeGen
896 const ModuleSummaryIndex *CombinedIndex, std::string Filename, in CodeGen()
1182 const ModuleSummaryIndex &CombinedIndex, in thinLTOBackendTask()
1210 const ModuleSummaryIndex &CombinedIndex, in thinLTOBackends()
1322 ModuleSummaryIndex CombinedIndex; in thinLTOLink() local
/external/llvm/tools/llvm-lto/
Dllvm-lto.cpp286 ModuleSummaryIndex CombinedIndex; in createCombinedModuleSummaryIndex() local
448 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h339 ModuleSummaryIndex CombinedIndex; member
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp490 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in linkCombinedIndex() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6506 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary()
6705 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()