Searched refs:LLVMTargetMachineRef (Results 1 – 8 of 8) sorted by relevance
28 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef96 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,102 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T);105 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T);110 char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T);115 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T);120 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T);123 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T);126 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,[all …]
140 LLVMTargetMachineRef
994 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM);
34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap()40 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap()102 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine()154 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine()156 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget()161 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple()166 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU()171 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString()176 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, in LLVMSetTargetMachineAsmVerbosity()181 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T) { in LLVMCreateTargetDataLayout()[all …]
39 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap()47 LLVMTargetMachineRef TM, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
43 LLVMTargetMachineRef TM,
33 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()35 reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine*>(P)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()287 LLVMTargetMachineRef
107 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)669 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM) { in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()