Home
last modified time | relevance | path

Searched defs:Conf (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp202 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { in createTargetMachine()
239 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
365 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
399 static void codegen(const Config &Conf, TargetMachine *TM, in codegen()
599 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTO.cpp103 const Config &Conf, const ModuleSummaryIndex &Index, StringRef ModuleID, in computeLTOCacheKey()
599 const Config &Conf) in RegularLTOState()
611 LTO::LTO(Config Conf, ThinBackend Backend, in LTO()
1459 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in CGThinBackend()
1483 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1594 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in FirstRoundThinBackend()
1688 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in SecondRoundThinBackend()
1758 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1808 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1879 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
[all …]
H A DThinLTOCodeGenerator.cpp373 llvm::lto::Config Conf; in ModuleCacheEntry() local
528 lto::Config Conf; in resolvePrevailingInIndex() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp293 Config Conf; in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h222 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1318 lto::Config Conf; in runThinLTOBackend() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1023 void COFFDumper::printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables) { in printCOFFLoadConfig()