Home
last modified time | relevance | path

Searched refs:LLVMGetTargetDescription (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
H A Dtargets.c26 printf("\n - %s\n", LLVMGetTargetDescription(t)); in llvm_targets_list()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DTargetMachine.h83 const char *LLVMGetTargetDescription(LLVMTargetRef T);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachineC.cpp86 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription() function
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dtarget.go233 return C.GoString(C.LLVMGetTargetDescription(t.C))
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c187 return caml_copy_string(LLVMGetTargetDescription(Target)); in llvm_target_description()