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

  /external/llvm/include/llvm-c/
Core.h 661 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 221 LLVMTypeRef LLVMInt64TypeInContext(LLVMContextRef C) {
241 return LLVMInt64TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 207 return LLVMInt64TypeInContext(Context);
    [all...]

Completed in 37 milliseconds