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

References

include/llvm/IR/GlobalVariable.h
  244     return getAttributes().hasAttribute("bss-section") ||
  245            getAttributes().hasAttribute("data-section") ||
  246            getAttributes().hasAttribute("relro-section") ||
  247            getAttributes().hasAttribute("rodata-section");
lib/AsmParser/LLParser.cpp
  175       AttrBuilder Attrs(GV->getAttributes());
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  566     auto Attrs = GV->getAttributes();
lib/IR/AsmWriter.cpp
  937     auto Attrs = Var.getAttributes();
 3311   auto Attrs = GV->getAttributes();
lib/IR/Globals.cpp
  415   setAttributes(Src->getAttributes());
lib/Target/TargetLoweringObjectFile.cpp
  253     auto Attrs = GVar->getAttributes();