Lines Matching refs:LVDWARFReader
32 LVElement *LVDWARFReader::createElement(dwarf::Tag Tag) { in createElement()
246 void LVDWARFReader::processOneAttribute(const DWARFDie &Die, in processOneAttribute()
519 LVScope *LVDWARFReader::processOneDie(const DWARFDie &InputDIE, LVScope *Parent, in processOneDie()
692 void LVDWARFReader::traverseDieAndChildren(DWARFDie &DIE, LVScope *Parent, in traverseDieAndChildren()
713 void LVDWARFReader::processLocationGaps() { in processLocationGaps()
719 void LVDWARFReader::createLineAndFileRecords( in createLineAndFileRecords()
776 std::string LVDWARFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
804 Error LVDWARFReader::createScopes() { in createScopes()
984 void LVDWARFReader::processLocationList(dwarf::Attribute Attr, in processLocationList()
1065 void LVDWARFReader::processLocationMember(dwarf::Attribute Attr, in processLocationMember()
1080 void LVDWARFReader::updateReference(dwarf::Attribute Attr, in updateReference()
1140 LVElement *LVDWARFReader::getElementForOffset(LVOffset Offset, in getElementForOffset()
1154 Error LVDWARFReader::loadTargetInfo(const ObjectFile &Obj) { in loadTargetInfo()
1173 void LVDWARFReader::mapRangeAddress(const ObjectFile &Obj) { in mapRangeAddress()
1249 void LVDWARFReader::sortScopes() { Root->sort(); } in sortScopes()
1251 void LVDWARFReader::print(raw_ostream &OS) const { in print()