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

  /external/llvm/include/llvm-c/
Core.h 959 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C);
    [all...]
  /external/llvm/lib/IR/
Core.cpp 413 LLVMTypeRef LLVMVoidTypeInContext(LLVMContextRef C) {
421 return LLVMVoidTypeInContext(LLVMGetGlobalContext());
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 381 return LLVMVoidTypeInContext(Context);
    [all...]

Completed in 20 milliseconds