HomeSort by relevance Sort by last modified time
    Searched full:llvm_string_of_message (Results 1 - 2 of 2) sorted by null

  /external/llvm/bindings/ocaml/target/
target_ocaml.c 28 value llvm_string_of_message(char* Message);
283 return llvm_string_of_message(LLVMGetTargetMachineTriple(
289 return llvm_string_of_message(LLVMGetTargetMachineCPU(
295 return llvm_string_of_message(LLVMGetTargetMachineFeatureString(
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 29 value llvm_string_of_message(char* Message) { function
38 caml_raise_with_arg(Prototype, llvm_string_of_message(Message));
127 return llvm_string_of_message(
    [all...]

Completed in 132 milliseconds