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

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp 293 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
301 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
    [all...]
  /external/llvm/lib/IR/
Core.cpp 507 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,
515 return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
    [all...]

Completed in 48 milliseconds