Searched refs:LLVMTargetMachineRef (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | TargetMachine.h | 28 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef 96 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 …]
|
| H A D | ExecutionEngine.h | 140 LLVMTargetMachineRef
|
| H A D | Orc.h | 643 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM);
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 34 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() 40 static LLVMTargetMachineRef wrap(const TargetMachine *P) { in wrap() 41 return reinterpret_cast<LLVMTargetMachineRef>(const_cast<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() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 39 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap() 47 LLVMTargetMachineRef TM, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/ |
| H A D | ExecutionEngineBindings.cpp | 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
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 43 LLVMTargetMachineRef TM,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/OrcV2CBindingsAddObjectFile/ |
| H A D | OrcV2CBindingsAddObjectFile.c | 97 LLVMTargetMachineRef TM = in main()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 99 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef) 452 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM) { in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
| H A D | target.go | 33 C C.LLVMTargetMachineRef
|