Searched refs:getFormByIndex (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 42 uint16_t getFormByIndex(uint32_t idx) const { in getFormByIndex() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.h | 101 dwarf::Form getFormByIndex(uint32_t idx) const { in getFormByIndex() function
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugInfoEntry.cpp | 251 DWARFFormValue::skipValue(AbbrevDecl->getFormByIndex(i), in getAttributeValue() 255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx)); in getAttributeValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 604 AttrValue.Value.setForm(AbbrDecl.getFormByIndex(Index)); in updateForIndex()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 522 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, in getAttributeOffsets() 526 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, in getAttributeOffsets()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 2068 DWARFFormValue::skipValue(Abbrev->getFormByIndex(i), Data, &Offset, &Unit); in getAttributeOffsets() 2071 DWARFFormValue::skipValue(Abbrev->getFormByIndex(Idx), Data, &End, &Unit); in getAttributeOffsets()
|