Searched refs:DisableCodeGen (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/LTO/legacy/
H A DThinLTOCodeGenerator.h182 void disableCodeGen(bool Disable) { DisableCodeGen = Disable; }
269 bool DisableCodeGen = false; member in class:llvm::ThinLTOCodeGenerator
/external/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp338 bool DisableCodeGen, StringRef SaveTempsDir,
375 if (DisableCodeGen) {
818 DisableCodeGen, SaveTempsDir, count);
331 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, StringMap<MemoryBufferRef> &ModuleMap, TargetMachine &TM, const FunctionImporter::ImportMapTy &ImportList, const FunctionImporter::ExportSetTy &ExportList, const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, const GVSummaryMapTy &DefinedGlobals, const ThinLTOCodeGenerator::CachingOptions &CacheOptions, bool DisableCodeGen, StringRef SaveTempsDir, unsigned count) argument

Completed in 125 milliseconds