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

References

include/llvm/ExecutionEngine/Orc/LazyEmittingLayer.h
  174       for (const auto &GO : M->global_objects())
include/llvm/IR/Module.h
  671     return global_objects().begin();
  673   global_object_iterator global_object_end() { return global_objects().end(); }
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1486     for (const auto &GO : M.global_objects()) {
lib/ExecutionEngine/ExecutionEngine.cpp
  240   for (GlobalObject &GO : M->global_objects())
lib/Transforms/IPO/CrossDSOCFI.cpp
   84   for (GlobalObject &GO : M.global_objects()) {
lib/Transforms/IPO/GlobalDCE.cpp
  308   for (GlobalObject &GO : M.global_objects()) {
lib/Transforms/IPO/LowerTypeTests.cpp
 1942   for (GlobalObject &GO : M.global_objects()) {
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
   73     for (auto &GO : ExportM.global_objects())
  120   for (GlobalObject &GO : M.global_objects()) {
  440   for (auto &GO : M.global_objects()) {
lib/Transforms/IPO/WholeProgramDevirt.cpp
  951         for (GlobalObject &GO : M.global_objects())
lib/Transforms/Utils/FunctionImportUtils.cpp
  302     for (auto &GO : M.global_objects())
lib/Transforms/Utils/NameAnonGlobals.cpp
   75   for (auto &GO : M.global_objects())