Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DConfig.h56 CodeGenFileType CGFileType = CGFT_ObjectFile; member
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType()
/llvm-project-15.0.7/lld/ELF/
H A DLTO.cpp179 c.CGFileType = CGFT_AssemblyFile; in createConfig()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp244 StringRef Extension(Config.CGFileType == CGFT_AssemblyFile ? "s" : "o"); in compileOptimizedToFile()
H A DLTOBackend.cpp409 Conf.CGFileType)) in codegen()
H A DLTO.cpp135 AddUnsigned(Conf.CGFileType); in computeLTOCacheKey()
/llvm-project-15.0.7/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp329 Conf.CGFileType = *FT; in run()
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp949 Conf.CGFileType = CGFT_AssemblyFile; in createLTO()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DBackendUtil.cpp1130 Conf.CGFileType = getCodeGenFileType(Action); in runThinLTOBackend()
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp846 Conf.CGFileType = Triple.isNVPTX() ? CGFT_AssemblyFile : CGFT_ObjectFile;