Home
last modified time | relevance | path

Searched refs:CodeGenFileType (Results 1 – 12 of 12) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DCommandFlags.h51 CodeGenFileType getFileType();
52 Optional<CodeGenFileType> getExplicitFileType();
54 CodeGenFileType getFileType();
H A DParallelCG.h39 CodeGenFileType FileType = CGFT_ObjectFile, bool PreserveLocals = false);
H A DCodeGenPassBuilder.h130 CodeGenFileType FileType) const;
471 CodeGenFileType FileType) const { in buildPipeline()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetMachine.h347 raw_pwrite_stream *, CodeGenFileType,
411 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
419 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument
447 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
452 CodeGenFileType FileType, MCContext &Ctx);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DParallelCG.cpp29 CodeGenFileType FileType) { in codegen()
43 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
H A DLLVMTargetMachine.cpp129 CodeGenFileType FileType, in addAsmPrinter()
147 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer()
214 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile()
H A DCommandFlags.cpp55 CGOPT_EXP(CodeGenFileType, FileType) in CGOPT()
171 static cl::opt<CodeGenFileType> FileType( in CGOPT()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCodeGen.h63 enum CodeGenFileType { enum
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/
H A DConfig.h56 CodeGenFileType CGFileType = CGFT_ObjectFile;
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOCodeGenerator.h97 void setFileType(CodeGenFileType FT) { Config.CGFileType = FT; } in setFileType()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp198 CodeGenFileType ft; in LLVMTargetMachineEmit()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp466 static CodeGenFileType getCodeGenFileType(BackendAction Action) { in getCodeGenFileType()
928 CodeGenFileType CGFT = getCodeGenFileType(Action); in AddEmitPasses()