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

  /external/llvm/include/llvm-c/
Core.h 652 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 205 LLVMTypeRef LLVMInt8TypeInContext(LLVMContextRef C) {
225 return LLVMInt8TypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 192 return LLVMInt8TypeInContext(Context);
    [all...]

Completed in 31 milliseconds