Home
last modified time | relevance | path

Searched defs:Machine (Results 1 – 11 of 11) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c227 static void llvm_finalize_target_machine(value Machine) { in llvm_finalize_target_machine()
241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine()
254 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native() local
283 CAMLprim LLVMTargetRef llvm_targetmachine_target(value Machine) { in llvm_targetmachine_target()
288 CAMLprim value llvm_targetmachine_triple(value Machine) { in llvm_targetmachine_triple()
294 CAMLprim value llvm_targetmachine_cpu(value Machine) { in llvm_targetmachine_cpu()
300 CAMLprim value llvm_targetmachine_features(value Machine) { in llvm_targetmachine_features()
306 CAMLprim value llvm_targetmachine_data_layout(value Machine) { in llvm_targetmachine_data_layout()
325 CAMLprim value llvm_targetmachine_set_verbose_asm(value Verb, value Machine) { in llvm_targetmachine_set_verbose_asm()
332 value FileType, value FileName, value Machine) { in llvm_targetmachine_emit_to_file()
[all …]
/minix3/external/bsd/llvm/dist/llvm/lib/Object/
H A DELF.cpp19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { in getELFRelocationTypeName()
H A DCOFFYAML.cpp301 COFF::MachineTypes Machine; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DMCWinCOFFObjectWriter.h21 const unsigned Machine; variable
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DAsmWriter.h73 SlotTracker &Machine; variable
H A DAsmWriter.cpp974 SlotTracker *Machine, in WriteConstantInternal()
1253 TypePrinting *TypePrinter, SlotTracker *Machine, in writeMDTuple()
1290 TypePrinting *TypePrinter, SlotTracker *Machine, in writeMDLocation()
1310 SlotTracker *Machine, in WriteMDNodeBodyInternal()
1333 SlotTracker *Machine, in WriteAsOperandInternal()
1411 SlotTracker *Machine, const Module *Context, in WriteAsOperandInternal()
/minix3/external/bsd/llvm/dist/llvm/tools/opt/
H A Dopt.cpp422 TargetMachine *Machine = nullptr; in main() local
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A DELFYAML.h57 ELF_EM Machine; member
H A DCOFF.h63 support::ulittle16_t Machine; member
78 support::ulittle16_t Machine; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DCOFF.h56 uint16_t Machine; member
71 uint16_t Machine; member
652 uint16_t Machine; member
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-readobj/
H A DELFDumper.cpp923 const unsigned Machine = Obj->getHeader()->e_machine; in printUnwindInfo() local