Searched refs:LLVMTargetMachineRef (Results 1 – 10 of 10) sorted by relevance
28 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef92 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,98 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T);101 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T);106 char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T);111 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T);116 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T);119 LLVMTargetDataRef LLVMGetTargetMachineData(LLVMTargetMachineRef T);122 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,128 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,[all …]
50 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM);
141 LLVMTargetMachineRef
44 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap()50 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap()51 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine *>(P)); in wrap()113 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine()156 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine()158 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget()163 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple()168 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU()173 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString()179 LLVMTargetDataRef LLVMGetTargetMachineData(LLVMTargetMachineRef T) { in LLVMGetTargetMachineData()[all …]
225 #define TargetMachine_val(v) (*(LLVMTargetMachineRef *)(Data_custom_val(v)))241 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine()242 value V = alloc_custom(&llvm_target_machine_ops, sizeof(LLVMTargetMachineRef), in llvm_alloc_targetmachine()254 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native()
32 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()34 reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine*>(P)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()282 LLVMTargetMachineRef
15 LLVMOrcJITStackRef LLVMOrcCreateInstance(LLVMTargetMachineRef TM) { in LLVMOrcCreateInstance()
27 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
23 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
34 C C.LLVMTargetMachineRef