Searched refs:LLVMTargetMachineRef (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/ |
| H A D | TargetMachine.h | 34 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef 102 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, 108 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T); 111 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T); 116 char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T); 121 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T); 126 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T); 129 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T); 132 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, 138 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, [all …]
|
| H A D | ExecutionEngine.h | 140 LLVMTargetMachineRef
|
| H A D | Orc.h | 1144 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 31 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() 37 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() 38 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine *>(P)); in wrap() 99 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T, in LLVMCreateTargetMachine() 151 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T) { delete unwrap(T); } in LLVMDisposeTargetMachine() 153 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTarget() 158 char* LLVMGetTargetMachineTriple(LLVMTargetMachineRef T) { in LLVMGetTargetMachineTriple() 163 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU() 168 char* LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T) { in LLVMGetTargetMachineFeatureString() 173 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T, in LLVMSetTargetMachineAsmVerbosity() [all …]
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/ |
| H A D | target_ocaml.c | 207 #define TargetMachine_val(v) (*(LLVMTargetMachineRef *)(Data_custom_val(v))) 222 static value llvm_alloc_targetmachine(LLVMTargetMachineRef Machine) { in llvm_alloc_targetmachine() 223 value V = alloc_custom(&llvm_target_machine_ops, sizeof(LLVMTargetMachineRef), in llvm_alloc_targetmachine() 235 LLVMTargetMachineRef Machine; in llvm_create_targetmachine_native()
|
| /openbsd-src/gnu/llvm/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 39 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() 47 LLVMTargetMachineRef TM, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 50 LLVMTargetMachineRef TM,
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 34 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 36 reinterpret_cast<LLVMTargetMachineRef>(const_cast<TargetMachine*>(P)); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS() 287 LLVMTargetMachineRef
|
| /openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
| H A D | OrcV2CBindingsAddObjectFile.c | 100 LLVMTargetMachineRef TM = in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 107 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef) 818 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM) { in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|