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 660 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 218 LLVMTypeRef LLVMInt32TypeInContext(LLVMContextRef C) {
238 return LLVMInt32TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 202 return LLVMInt32TypeInContext(Context);
    [all...]

Completed in 24 milliseconds