Home
last modified time | relevance | path

Searched refs:findAttributeIndex (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
DAttributesEditor.java203 int index = findAttributeIndex(attributesCount, in replaceAttribute()
252 int index = findAttributeIndex(attributesCount, in deleteAttribute()
276 private int findAttributeIndex(int attributesCount, in findAttributeIndex() method in AttributesEditor
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h46 uint32_t findAttributeIndex(uint16_t attr) const;
/external/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp91 DWARFAbbreviationDeclaration::findAttributeIndex(uint16_t attr) const { in findAttributeIndex() function in DWARFAbbreviationDeclaration
DDWARFDebugInfoEntry.cpp239 uint32_t AttrIdx = AbbrevDecl->findAttributeIndex(Attr); in getAttributeValue()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2030 Abbrev->findAttributeIndex(dwarf::DW_AT_const_value) != -1U) { in shouldKeepVariableDIE()
2035 uint32_t LocationIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_location); in shouldKeepVariableDIE()
2070 uint32_t LowPcIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_low_pc); in shouldKeepSubprogramDIE()