Home
last modified time | relevance | path

Searched refs:LLVMGetTargetMachineCPU (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DTargetMachine.h121 char *LLVMGetTargetMachineCPU(LLVMTargetMachineRef T);
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetMachineC.cpp163 char* LLVMGetTargetMachineCPU(LLVMTargetMachineRef T) { in LLVMGetTargetMachineCPU() function
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c279 LLVMGetTargetMachineCPU(TargetMachine_val(Machine))); in llvm_targetmachine_cpu()