Lines Matching refs:LLVMTargetMachineRef
50 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
56 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap()
57 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine *>(P)); in wrap()
199 LLVMTargetMachineRef
210 LLVMTargetMachineRef
228 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine()
230 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget()
235 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple()
240 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU()
245 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString()
250 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, in LLVMSetTargetMachineAsmVerbosity()
255 void LLVMSetTargetMachineFastISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineFastISel()
259 void LLVMSetTargetMachineGlobalISel(LLVMTargetMachineRef T, LLVMBool Enable) { in LLVMSetTargetMachineGlobalISel()
263 void LLVMSetTargetMachineGlobalISelAbort(LLVMTargetMachineRef T, in LLVMSetTargetMachineGlobalISelAbort()
281 void LLVMSetTargetMachineMachineOutliner(LLVMTargetMachineRef T, in LLVMSetTargetMachineMachineOutliner()
286 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T) { in LLVMCreateTargetDataLayout()
290 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
324 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
339 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, in LLVMTargetMachineEmitToMemoryBuffer()
372 void LLVMAddAnalysisPasses(LLVMTargetMachineRef T, LLVMPassManagerRef PM) { in LLVMAddAnalysisPasses()