Searched refs:LLVMGetTargetDescription (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/llvm-c-test/
H A Dtargets.c26 printf("\n - %s\n", LLVMGetTargetDescription(t));
/external/llvm/include/llvm-c/
H A DTargetMachine.h79 const char *LLVMGetTargetDescription(LLVMTargetRef T);
/external/llvm/lib/Target/
H A DTargetMachineC.cpp90 const char * LLVMGetTargetDescription(LLVMTargetRef T) { function
/external/llvm/bindings/ocaml/target/
H A Dtarget_ocaml.c234 return caml_copy_string(LLVMGetTargetDescription(Target));

Completed in 570 milliseconds