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

  /external/llvm/include/llvm-c/
Core.h 654 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 211 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) {
231 return LLVMInt32TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 202 return LLVMInt32TypeInContext(Context);
    [all...]

Completed in 22 milliseconds