Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTO.cpp896 ModuleSummaryIndex &CombinedIndex; member in lto::ThinBackendProc
900 ThinBackendProc(Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
929 Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
952 BitcodeModule BM, ModuleSummaryIndex &CombinedIndex, in runThinLTOBackendThread()
1007 const TypeIdSummariesByGuidTy &TypeIdSummariesByGuid) { in start()
1038 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1074 Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1128 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
DLTOBackend.cpp406 ModuleSummaryIndex &CombinedIndex) { in backend()
457 Module &Mod, const ModuleSummaryIndex &CombinedIndex, in thinBackend()
DThinLTOCodeGenerator.cpp609 std::unique_ptr<ModuleSummaryIndex> CombinedIndex = in linkCombinedIndex() local
/external/llvm/tools/gold/
Dgold-plugin.cpp868 const ModuleSummaryIndex *CombinedIndex; member in __anon1f3f5eac0211::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-7.0/llvm/include/llvm/LTO/
DLTO.h305 ModuleSummaryIndex CombinedIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-lto/
Dllvm-lto.cpp377 ModuleSummaryIndex CombinedIndex(/*HaveGVs=*/false); in createCombinedModuleSummaryIndex() local
535 auto CombinedIndex = ThinGenerator.linkCombinedIndex(); in thinLink() local
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp490 std::unique_ptr<ModuleSummaryIndex> CombinedIndex; in linkCombinedIndex() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5789 Error BitcodeModule::readSummary(ModuleSummaryIndex &CombinedIndex, in readSummary()
5922 ModuleSummaryIndex &CombinedIndex, in readModuleSummaryIndex()