Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-c-test/
Dtargets.c26 printf("\n - %s\n", LLVMGetTargetDescription(t)); in targets_list()
/external/llvm/include/llvm-c/
DTargetMachine.h79 const char *LLVMGetTargetDescription(LLVMTargetRef T);
/external/llvm/lib/Target/
DTargetMachineC.cpp92 const char * LLVMGetTargetDescription(LLVMTargetRef T) { in LLVMGetTargetDescription() function
/external/llvm/bindings/go/llvm/
Dtarget.go239 return C.GoString(C.LLVMGetTargetDescription(t.C))
/external/llvm/bindings/ocaml/target/
Dtarget_ocaml.c205 return caml_copy_string(LLVMGetTargetDescription(Target)); in llvm_target_description()