Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DLTOBackend.cpp201 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { in createTargetMachine()
233 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
341 bool lto::opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
368 static void codegen(const Config &Conf, TargetMachine *TM, in codegen()
553 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
H A DLTO.cpp93 SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index, in computeLTOCacheKey()
591 const Config &Conf) in RegularLTOState()
605 LTO::LTO(Config Conf, ThinBackend Backend, in LTO()
1372 const Config &Conf; member in lto::ThinBackendProc
1380 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1442 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1569 AddStreamFn AddStream, FileCache Cache) { in createInProcessThinBackend()
1618 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1670 AddStreamFn AddStream, FileCache Cache) { in createWriteIndexesThinBackend()
H A DThinLTOCodeGenerator.cpp381 llvm::lto::Config Conf; in ModuleCacheEntry() local
535 lto::Config Conf; in resolvePrevailingInIndex() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp284 Config Conf; in run() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp1212 lto::Config Conf; in runThinLTOBackend() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp978 void COFFDumper::printCOFFLoadConfig(const T *Conf, LoadConfigTables &Tables) { in printCOFFLoadConfig()