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

References

include/llvm/IR/Module.h
  411                        static_cast<const Module *>(this)->getNamedGlobal(Name));
lib/ExecutionEngine/Orc/ExecutionUtils.cpp
   79   const GlobalVariable *CtorsList = M.getNamedGlobal("llvm.global_ctors");
   85   const GlobalVariable *DtorsList = M.getNamedGlobal("llvm.global_dtors");
lib/ProfileData/InstrProf.cpp
 1072       M->getNamedGlobal(INSTR_PROF_QUOTE(INSTR_PROF_RAW_VERSION_VAR));