HomeSort by relevance Sort by last modified time
    Searched refs:CodeGenFileType (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/CodeGen/
ParallelCG.h 43 TargetMachine::CodeGenFileType FT = TargetMachine::CGFT_ObjectFile,
CommandFlags.h 109 cl::opt<TargetMachine::CodeGenFileType>
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CTargetMachine.h 30 CodeGenFileType FileType,
CBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CppBackend/
CPPTargetMachine.h 32 CodeGenFileType FileType,
CPPBackend.cpp     [all...]
  /external/llvm/lib/CodeGen/
ParallelCG.cpp 30 TargetMachine::CodeGenFileType FileType) {
42 TargetMachine::CodeGenFileType FileType, bool PreserveLocals) {
LLVMTargetMachine.cpp 186 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /external/llvm/include/llvm/Target/
TargetMachine.h 231 enum CodeGenFileType {
242 PassManagerBase &, raw_pwrite_stream &, CodeGenFileType,
303 PassManagerBase &PM, raw_pwrite_stream &Out, CodeGenFileType FileType,
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetMachine.h 230 /// CodeGenFileType - These enums are meant to be passed into
233 enum CodeGenFileType {
249 CodeGenFileType,
305 CodeGenFileType FileType,
  /external/llvm/bindings/ocaml/target/
llvm_target.ml 42 module CodeGenFileType = struct
130 external emit_to_file : Llvm.llmodule -> CodeGenFileType.t -> string ->
133 external emit_to_memory_buffer : Llvm.llmodule -> CodeGenFileType.t ->
llvm_target.mli 47 module CodeGenFileType : sig
214 val emit_to_file : Llvm.llmodule -> CodeGenFileType.t -> string -> t -> unit
218 val emit_to_memory_buffer : Llvm.llmodule -> CodeGenFileType.t -> t ->
  /external/llvm/include/llvm/LTO/legacy/
LTOCodeGenerator.h 86 void setFileType(TargetMachine::CodeGenFileType FT) { FileType = FT; }
233 TargetMachine::CodeGenFileType FileType = TargetMachine::CGFT_ObjectFile;
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.h 69 CodeGenFileType,
PTXTargetMachine.cpp 128 CodeGenFileType FileType,
  /external/llvm/test/Bindings/OCaml/
target.ml 93 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
  /external/llvm/bindings/go/llvm/
target.go 39 CodeGenFileType C.LLVMCodeGenFileType
72 AssemblyFile CodeGenFileType = C.LLVMAssemblyFile
73 ObjectFile CodeGenFileType = C.LLVMObjectFile
270 func (tm TargetMachine) EmitToMemoryBuffer(m Module, ft CodeGenFileType) (MemoryBuffer, error) {
  /external/llvm/lib/Target/
TargetMachineC.cpp 190 TargetMachine::CodeGenFileType ft;
  /external/swiftshader/third_party/LLVM/tools/llc/
llc.cpp 115 cl::opt<TargetMachine::CodeGenFileType>
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LLVMTargetMachine.cpp 128 CodeGenFileType FileType,
  /external/clang/lib/CodeGen/
BackendUtil.cpp 661 TargetMachine::CodeGenFileType CGFT = TargetMachine::CGFT_AssemblyFile;
    [all...]
  /frameworks/compile/slang/
slang_backend.cpp 230 llvm::TargetMachine::CodeGenFileType CGFT =
    [all...]

Completed in 873 milliseconds