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

Declarations

include/llvm-c/Core.h
 2292 LLVMValueRef LLVMGetNextGlobal(LLVMValueRef GlobalVar);

References

tools/llvm-c-test/echo.cpp
  896     Next = LLVMGetNextGlobal(Cur);
 1097     Next = LLVMGetNextGlobal(Cur);
tools/llvm-c-test/module.c
  132     g = LLVMGetNextGlobal(g);