Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/
Dconf.rs48 impl Conf { implementation
59 pub fn new(method: ConfMethod) -> Result<Conf, ErrorStack> { in new()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTOBackend.cpp131 createTargetMachine(const Config &Conf, const Target *TheTarget, Module &M) { in createTargetMachine()
156 static void runNewPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runNewPMPasses()
272 static void runOldPMPasses(const Config &Conf, Module &Mod, TargetMachine *TM, in runOldPMPasses()
303 bool opt(const Config &Conf, TargetMachine *TM, unsigned Task, Module &Mod, in opt()
322 static void EmitBitcodeSection(Module &M, const Config &Conf) { in EmitBitcodeSection()
335 void codegen(const Config &Conf, TargetMachine *TM, AddStreamFn AddStream, in codegen()
502 Error lto::thinBackend(const Config &Conf, unsigned Task, AddStreamFn AddStream, in thinBackend()
DLTO.cpp73 SmallString<40> &Key, const Config &Conf, const ModuleSummaryIndex &Index, in computeLTOCacheKey()
470 const Config &Conf) in RegularLTOState()
482 LTO::LTO(Config Conf, ThinBackend Backend, in LTO()
1032 const Config &Conf; member in lto::ThinBackendProc
1037 ThinBackendProc(const Config &Conf, ModuleSummaryIndex &CombinedIndex, in ThinBackendProc()
1065 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in InProcessThinBackend()
1165 AddStreamFn AddStream, NativeObjectCache Cache) { in createInProcessThinBackend()
1201 const Config &Conf, ModuleSummaryIndex &CombinedIndex, in WriteIndexesThinBackend()
1255 AddStreamFn AddStream, NativeObjectCache Cache) { in createWriteIndexesThinBackend()
DThinLTOCodeGenerator.cpp333 llvm::lto::Config Conf; in ModuleCacheEntry() local