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

  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 283 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes,
290 return LLVMStructTypeInContext(C, (LLVMTypeRef *) ElementTypes,
    [all...]
  /external/llvm/include/llvm-c/
Core.h 799 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
    [all...]
  /external/llvm/lib/IR/
Core.cpp 327 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
335 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
    [all...]

Completed in 497 milliseconds