Searched defs:Machine (Results 1 – 11 of 11) sorted by relevance
/minix3/external/bsd/llvm/dist/llvm/bindings/ocaml/target/ |
H A D | target_ocaml.c | 227 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 D | ELF.cpp | 19 StringRef getELFRelocationTypeName(uint32_t Machine, uint32_t Type) { in getELFRelocationTypeName()
|
H A D | COFFYAML.cpp | 301 COFF::MachineTypes Machine; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCWinCOFFObjectWriter.h | 21 const unsigned Machine; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/IR/ |
H A D | AsmWriter.h | 73 SlotTracker &Machine; variable
|
H A D | AsmWriter.cpp | 974 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 D | opt.cpp | 422 TargetMachine *Machine = nullptr; in main() local
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | ELFYAML.h | 57 ELF_EM Machine; member
|
H A D | COFF.h | 63 support::ulittle16_t Machine; member 78 support::ulittle16_t Machine; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | COFF.h | 56 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 D | ELFDumper.cpp | 923 const unsigned Machine = Obj->getHeader()->e_machine; in printUnwindInfo() local
|