Home
last modified time | relevance | path

Searched refs:LLVMTargetMachineRef (Results 1 – 8 of 8) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm-c/
H A DTargetMachine.h35 typedef struct LLVMOpaqueTargetMachine *LLVMTargetMachineRef; typedef
153 LLVMTargetMachineRef
158 LLVMTargetMachineRef LLVMCreateTargetMachine(LLVMTargetRef T,
164 void LLVMDisposeTargetMachine(LLVMTargetMachineRef T);
167 LLVMTargetRef LLVMGetTargetMachineTarget(LLVMTargetMachineRef T);
172 char *LLVMGetTargetMachineTriple(LLVMTargetMachineRef T);
177 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T);
182 char *LLVMGetTargetMachineFeatureString(LLVMTargetMachineRef T);
185 LLVMTargetDataRef LLVMCreateTargetDataLayout(LLVMTargetMachineRef T);
188 void LLVMSetTargetMachineAsmVerbosity(LLVMTargetMachineRef T,
[all …]
H A DExecutionEngine.h140 LLVMTargetMachineRef
H A DOrc.h1135 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM);
/src/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp50 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()
[all …]
/src/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp40 static TargetMachine *unwrap(LLVMTargetMachineRef P) { in unwrap()
48 LLVMTargetMachineRef TM, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp34 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
/src/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h50 LLVMTargetMachineRef TM,
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp77 DEFINE_SIMPLE_CONVERSION_FUNCTIONS(TargetMachine, LLVMTargetMachineRef)
774 LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine(LLVMTargetMachineRef TM) { in LLVMOrcJITTargetMachineBuilderCreateFromTargetMachine()