reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm-c/Core.h
 1273 LLVMTypeRef LLVMStructTypeInContext(LLVMContextRef C, LLVMTypeRef *ElementTypes,

References

lib/IR/Core.cpp
  678   return LLVMStructTypeInContext(LLVMGetGlobalContext(), ElementTypes,
tools/llvm-c-test/echo.cpp
  126           S = LLVMStructTypeInContext(Ctx, Elts.data(), EltCount,