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

Declarations

include/llvm-c/Core.h
 1465 LLVMTypeRef LLVMLabelTypeInContext(LLVMContextRef C);

References

lib/IR/Core.cpp
  797   return LLVMLabelTypeInContext(LLVMGetGlobalContext());
tools/llvm-c-test/echo.cpp
   86         return LLVMLabelTypeInContext(Ctx);