Home
last modified time | relevance | path

Searched refs:findAttributeIndex (Results 1 – 12 of 12) 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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.cpp143 DWARFAbbreviationDeclaration::findAttributeIndex(dwarf::Attribute Attr) const { in findAttributeIndex() function in DWARFAbbreviationDeclaration
154 Optional<uint32_t> MatchAttrIndex = findAttributeIndex(Attr); in getAttributeValue()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h46 uint32_t findAttributeIndex(uint16_t attr) const;
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFAbbreviationDeclaration.h42 uint32_t findAttributeIndex(uint16_t attr) const;
DDWARFAbbreviationDeclaration.cpp77 DWARFAbbreviationDeclaration::findAttributeIndex(uint16_t attr) const { in findAttributeIndex() function in DWARFAbbreviationDeclaration
DDWARFDebugInfoEntry.cpp348 uint32_t attr_idx = AbbrevDecl->findAttributeIndex(attr); in getAttributeValue()
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFAbbreviationDeclaration.h122 Optional<uint32_t> findAttributeIndex(dwarf::Attribute attr) const;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DDwarfLinker.cpp543 Abbrev->findAttributeIndex(dwarf::DW_AT_const_value)) { in shouldKeepVariableDIE()
549 Abbrev->findAttributeIndex(dwarf::DW_AT_location); in shouldKeepVariableDIE()
588 Optional<uint32_t> LowPcIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_low_pc); in shouldKeepSubprogramDIE()
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp2087 Abbrev->findAttributeIndex(dwarf::DW_AT_const_value) != -1U) { in shouldKeepVariableDIE()
2092 uint32_t LocationIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_location); in shouldKeepVariableDIE()
2127 uint32_t LowPcIdx = Abbrev->findAttributeIndex(dwarf::DW_AT_low_pc); in shouldKeepSubprogramDIE()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...