Lines Matching refs:LVELFReader
32 LVElement *LVELFReader::createElement(dwarf::Tag Tag) { in createElement()
246 void LVELFReader::processOneAttribute(const DWARFDie &Die, LVOffset *OffsetPtr, in processOneAttribute()
506 LVScope *LVELFReader::processOneDie(const DWARFDie &InputDIE, LVScope *Parent, in processOneDie()
679 void LVELFReader::traverseDieAndChildren(DWARFDie &DIE, LVScope *Parent, in traverseDieAndChildren()
700 void LVELFReader::processLocationGaps() { in processLocationGaps()
706 void LVELFReader::createLineAndFileRecords( in createLineAndFileRecords()
762 std::string LVELFReader::getRegisterName(LVSmall Opcode, in getRegisterName()
790 Error LVELFReader::createScopes() { in createScopes()
970 void LVELFReader::processLocationList(dwarf::Attribute Attr, in processLocationList()
1051 void LVELFReader::processLocationMember(dwarf::Attribute Attr, in processLocationMember()
1066 void LVELFReader::updateReference(dwarf::Attribute Attr, in updateReference()
1119 LVElement *LVELFReader::getElementForOffset(LVOffset Offset, LVElement *Element, in getElementForOffset()
1133 Error LVELFReader::loadTargetInfo(const ObjectFile &Obj) { in loadTargetInfo()
1152 void LVELFReader::mapRangeAddress(const ObjectFile &Obj) { in mapRangeAddress()
1228 void LVELFReader::sortScopes() { Root->sort(); } in sortScopes()
1230 void LVELFReader::print(raw_ostream &OS) const { in print()