Home
last modified time | relevance | path

Searched refs:LVDWARFReader (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.h33 class LVDWARFReader final : public LVBinaryReader {
130 LVDWARFReader() = delete;
131 LVDWARFReader(StringRef Filename, StringRef FileFormatName, in LVDWARFReader() function
135 LVDWARFReader(const LVDWARFReader &) = delete;
136 LVDWARFReader &operator=(const LVDWARFReader &) = delete;
137 ~LVDWARFReader() = default;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp32 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()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp52 return std::make_unique<LVDWARFReader>(Filename, FileFormatName, Obj, in createReader()