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

References

include/llvm/IR/Module.h
  697   global_value_iterator global_value_begin() { return global_values().begin(); }
  698   global_value_iterator global_value_end() { return global_values().end(); }
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 1566     for (const GlobalValue &GV : M.global_values()) {
 1609     for (const GlobalValue &GV : M.global_values())
 1619     for (const GlobalValue &GV : M.global_values()) {
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp
  141     for (auto &GV : M.global_values()) {
lib/ExecutionEngine/Orc/IndirectionUtils.cpp
  259   for (auto &GV : M.global_values()) {
lib/ExecutionEngine/Orc/Layer.cpp
   34     for (auto &G : M.global_values()) {
lib/LTO/LTO.cpp
  772     for (GlobalValue &GV : M.global_values())
lib/LTO/LTOBackend.cpp
  463   for (auto &GV : Mod.global_values())
lib/Object/ModuleSymbolTable.cpp
   62   for (GlobalValue &GV : M->global_values())
lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
   39   for (auto &ExportGV : ExportM.global_values()) {
  178   for (GlobalValue &GV : M->global_values())