Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/llvm/
H A Dcompat.hpp72 const auto CGFT_ObjectFile = ::llvm::CodeGenFileType::ObjectFile;
73 const auto CGFT_AssemblyFile = ::llvm::CodeGenFileType::AssemblyFile;
78 typedef ::llvm::CodeGenFileType CodeGenFileType; typedef
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Target/
DTargetMachine.h386 raw_pwrite_stream *, CodeGenFileType,
468 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
473 raw_pwrite_stream *, CodeGenFileType, in buildCodeGenPipeline() argument
497 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
502 CodeGenFileType FileType, MCContext &Ctx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Target/
DTargetMachine.h382 raw_pwrite_stream *, CodeGenFileType,
452 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
457 raw_pwrite_stream *, CodeGenFileType, in buildCodeGenPipeline() argument
481 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
486 CodeGenFileType FileType, MCContext &Ctx);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Target/
H A DTargetMachine.h373 raw_pwrite_stream *, CodeGenFileType,
443 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
451 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument
479 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
484 CodeGenFileType FileType, MCContext &Ctx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Target/
DTargetMachine.h382 raw_pwrite_stream *, CodeGenFileType,
452 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
460 CodeGenFileType, CGPassBuilderOption, in buildCodeGenPipeline() argument
488 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
493 CodeGenFileType FileType, MCContext &Ctx);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Target/
DTargetMachine.h382 raw_pwrite_stream *, CodeGenFileType,
452 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
457 raw_pwrite_stream *, CodeGenFileType, in buildCodeGenPipeline() argument
481 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
486 CodeGenFileType FileType, MCContext &Ctx);
/aosp_15_r20/external/llvm/bindings/go/llvm/
H A Dtarget.go39 CodeGenFileType C.LLVMCodeGenFileType type
72 AssemblyFile CodeGenFileType = C.LLVMAssemblyFile
73 ObjectFile CodeGenFileType = C.LLVMObjectFile
270 func (tm TargetMachine) EmitToMemoryBuffer(m Module, ft CodeGenFileType) (MemoryBuffer, error) {
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetMachine.h231 enum CodeGenFileType { enum
242 PassManagerBase &, raw_pwrite_stream &, CodeGenFileType,
303 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
/aosp_15_r20/external/llvm/test/Bindings/OCaml/
H A Dtarget.ml93 TargetMachine.emit_to_file m CodeGenFileType.ObjectFile filename machine;
95 TargetMachine.emit_to_file m CodeGenFileType.ObjectFile
101 let buf = TargetMachine.emit_to_memory_buffer m CodeGenFileType.ObjectFile
/aosp_15_r20/external/llvm/bindings/ocaml/target/
H A Dllvm_target.ml42 module CodeGenFileType = struct module
130 external emit_to_file : Llvm.llmodule -> CodeGenFileType.t -> string ->
133 external emit_to_memory_buffer : Llvm.llmodule -> CodeGenFileType.t ->
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DParallelCG.h39 CodeGenFileType FileType = CodeGenFileType::ObjectFile,
DCommandFlags.h54 std::optional<CodeGenFileType> getExplicitFileType();
56 CodeGenFileType getFileType();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DParallelCG.h39 CodeGenFileType FileType = CodeGenFileType::ObjectFile,
DCommandFlags.h54 std::optional<CodeGenFileType> getExplicitFileType();
56 CodeGenFileType getFileType();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DParallelCG.h39 CodeGenFileType FileType = CodeGenFileType::ObjectFile,
DCommandFlags.h54 std::optional<CodeGenFileType> getExplicitFileType();
56 CodeGenFileType getFileType();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DParallelCG.h39 CodeGenFileType FileType = CodeGenFileType::ObjectFile,
DCommandFlags.h54 std::optional<CodeGenFileType> getExplicitFileType();
56 CodeGenFileType getFileType();
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
H A DTargetMachine.h282 raw_pwrite_stream *, CodeGenFileType,
340 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
361 raw_pwrite_stream *DwoOut, CodeGenFileType FileType,
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DLLVMTargetMachine.cpp128 CodeGenFileType FileType, in addAsmPrinter()
146 raw_pwrite_stream &Out, raw_pwrite_stream *DwoOut, CodeGenFileType FileType, in createMCStreamer()
226 CodeGenFileType FileType, bool DisableVerify, in addPassesToEmitFile()
H A DParallelCG.cpp28 CodeGenFileType FileType) { in codegen()
42 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DParallelCG.cpp29 CodeGenFileType FileType) { in codegen()
41 CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DParallelCG.cpp30 TargetMachine::CodeGenFileType FileType) { in codegen()
42 TargetMachine::CodeGenFileType FileType, bool PreserveLocals) { in splitCodeGen()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DCommandFlags.h50 std::optional<CodeGenFileType> getExplicitFileType();
52 CodeGenFileType getFileType();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/LTO/
DConfig.h58 CodeGenFileType CGFileType = CodeGenFileType::ObjectFile;

123