Home
last modified time | relevance | path

Searched defs:IsThinLTO (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/LTO/
DLTOBackend.cpp147 unsigned OptLevel, bool IsThinLTO, in runNewPMPasses()
252 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in runOldPMPasses()
278 bool IsThinLTO, ModuleSummaryIndex *ExportSummary, in opt()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h52 bool IsThinLTO; member
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp548 bool IsThinLTO = true; in buildModuleSummaryIndex() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3527 bool IsThinLTO = true; in writePerModuleGlobalValueSummary() local
/external/clang/lib/Driver/
DTools.cpp1982 ArgStringList &CmdArgs, bool IsThinLTO) { in AddGoldPlugin()