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

References

lib/IR/Module.cpp
  601   GlobalVariable *GV = M.getGlobalVariable(Name);
lib/Target/AArch64/AArch64ISelLowering.cpp
12308     return M.getGlobalVariable("__security_cookie");
lib/Target/ARM/ARMISelLowering.cpp
16554     return M.getGlobalVariable("__security_cookie");
lib/Target/X86/X86ISelLowering.cpp
 2345     return M.getGlobalVariable("__security_cookie");
lib/Transforms/Utils/SymbolRewriter.cpp
  133 bool ExplicitRewriteDescriptor<DT, ValueType, Get>::performOnModule(Module &M) {
  135   if (ValueType *S = (M.*Get)(Source)) {
  139     if (Value *T = (M.*Get)(Target))
  176 bool PatternRewriteDescriptor<DT, ValueType, Get, Iterator>::
  193     if (Value *V = (M.*Get)(Name))
  217                               GlobalVariable, &Module::getGlobalVariable>;
  238                              GlobalVariable, &Module::getGlobalVariable,