Home
last modified time | relevance | path

Searched refs:AttributeSpecs (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h98 return attr_iterator_range(AttributeSpecs.begin(), AttributeSpecs.end()); in attributes()
102 assert(idx < AttributeSpecs.size()); in getFormByIndex()
103 return AttributeSpecs[idx].Form; in getFormByIndex()
107 return AttributeSpecs.size(); in getNumAttributes()
111 assert(idx < AttributeSpecs.size()); in getAttrByIndex()
112 return AttributeSpecs[idx].Attr; in getAttrByIndex()
176 AttributeSpecVector AttributeSpecs; variable
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h39 return attr_iterator_range(AttributeSpecs.begin(), AttributeSpecs.end()); in attributes()
43 return idx < AttributeSpecs.size() ? AttributeSpecs[idx].Form : 0; in getFormByIndex()
57 AttributeSpecVector AttributeSpecs; variable
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp21 AttributeSpecs.clear(); in clear()
54 AttributeSpecs.push_back(AttributeSpec(Attr, Form)); in extract()
72 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
92 for (uint32_t i = 0, e = AttributeSpecs.size(); i != e; ++i) { in findAttributeIndex()
93 if (AttributeSpecs[i].Attr == attr) in findAttributeIndex()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp32 AttributeSpecs.clear(); in clear()
70 AttributeSpecs.push_back(AttributeSpec(A, F, V)); in extract()
112 AttributeSpecs.push_back(AttributeSpec(A, F, ByteSize)); in extract()
133 for (const AttributeSpec &Spec : AttributeSpecs) { in dump()
144 for (uint32_t i = 0, e = AttributeSpecs.size(); i != e; ++i) { in findAttributeIndex()
145 if (AttributeSpecs[i].Attr == Attr) in findAttributeIndex()
164 for (const auto &Spec : AttributeSpecs) { in getAttributeValue()