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 793 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
    [all...]
  /external/llvm/lib/VMCore/
Core.cpp 320 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
328 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
    [all...]

Completed in 21 milliseconds