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

Declarations

include/llvm/IR/Attributes.h
  286   Attribute getAttribute(StringRef Kind) const;

References

include/llvm/IR/GlobalVariable.h
  219     return Attrs.getAttribute(Kind);
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  568       SectionName = Attrs.getAttribute("bss-section").getValueAsString();
  570       SectionName = Attrs.getAttribute("rodata-section").getValueAsString();
  572       SectionName = Attrs.getAttribute("relro-section").getValueAsString();
  574       SectionName = Attrs.getAttribute("data-section").getValueAsString();
lib/IR/Attributes.cpp
 1348   return getAttributes(Index).getAttribute(Kind);