Home
last modified time | relevance | path

Searched refs:CGFileType (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/
H A DConfig.h58 CodeGenFileType CGFileType = CGFT_ObjectFile; member
/openbsd-src/gnu/llvm/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h98 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType()
/openbsd-src/gnu/llvm/lld/ELF/
H A DLTO.cpp180 c.CGFileType = CGFT_AssemblyFile; in createConfig()
/openbsd-src/gnu/llvm/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp317 Conf.CGFileType = *FT; in run()
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp317 StringRef Extension(Config.CGFileType == CGFT_AssemblyFile ? "s" : "o"); in compileOptimizedToFile()
H A DLTOBackend.cpp411 Conf.CGFileType)) in codegen()
H A DLTO.cpp138 AddUnsigned(Conf.CGFileType); in computeLTOCacheKey()
/openbsd-src/gnu/llvm/llvm/tools/gold/
H A Dgold-plugin.cpp938 Conf.CGFileType = CGFT_AssemblyFile; in createLTO()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DBackendUtil.cpp1205 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
/openbsd-src/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp556 Conf.CGFileType =