HomeSort by relevance Sort by last modified time
    Searched refs:LLVMCreateGenericValueOfInt (Results 1 - 3 of 3) sorted by null

  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 104 return alloc_generic_value(LLVMCreateGenericValueOfInt(Ty, Int_val(Int), 1));
111 LLVMCreateGenericValueOfInt(Ty, Int32_val(Int32), 1)));
118 LLVMCreateGenericValueOfInt(Ty, Nativeint_val(NatInt), 1)));
125 LLVMCreateGenericValueOfInt(Ty, Int64_val(Int64), 1)));
  /external/llvm/include/llvm-c/
ExecutionEngine.h 55 LLVMGenericValueRef LLVMCreateGenericValueOfInt(LLVMTypeRef Ty,
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 46 LLVMGenericValueRef LLVMCreateGenericValueOfInt(LLVMTypeRef Ty,

Completed in 32 milliseconds