reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
286 Attribute getAttribute(StringRef Kind) const;
219 return Attrs.getAttribute(Kind);
lib/CodeGen/TargetLoweringObjectFileImpl.cpp568 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);