Searched refs:LVBinaryReader (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.h | 69 class LVBinaryReader : public LVReader { 199 LVBinaryReader() = delete; 200 LVBinaryReader(StringRef Filename, StringRef FileFormatName, ScopedPrinter &W, in LVBinaryReader() function 203 LVBinaryReader(const LVBinaryReader &) = delete; 204 LVBinaryReader &operator=(const LVBinaryReader &) = delete; 205 virtual ~LVBinaryReader() = default;
|
H A D | LVCodeViewReader.h | 67 class LVCodeViewReader final : public LVBinaryReader { 195 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF), 199 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::COFF),
|
H A D | LVDWARFReader.h | 33 class LVDWARFReader final : public LVBinaryReader { 133 : LVBinaryReader(Filename, FileFormatName, W, LVBinaryType::ELF), in LVDWARFReader()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 121 void LVBinaryReader::addToSymbolTable(StringRef Name, LVScope *Function, in addToSymbolTable() 125 void LVBinaryReader::addToSymbolTable(StringRef Name, LVAddress Address, in addToSymbolTable() 130 LVSectionIndex LVBinaryReader::updateSymbolTable(LVScope *Function) { in updateSymbolTable() 134 const LVSymbolTableEntry &LVBinaryReader::getSymbolTableEntry(StringRef Name) { in getSymbolTableEntry() 137 LVAddress LVBinaryReader::getSymbolTableAddress(StringRef Name) { in getSymbolTableAddress() 140 LVSectionIndex LVBinaryReader::getSymbolTableIndex(StringRef Name) { in getSymbolTableIndex() 143 bool LVBinaryReader::getSymbolTableIsComdat(StringRef Name) { in getSymbolTableIsComdat() 147 void LVBinaryReader::mapVirtualAddress(const object::ObjectFile &Obj) { in mapVirtualAddress() 222 void LVBinaryReader::mapVirtualAddress(const object::COFFObjectFile &COFFObj) { in mapVirtualAddress() 277 Error LVBinaryReader::loadGenericTargetInfo(StringRef TheTriple, in loadGenericTargetInfo() [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/ |
H A D | README.md | 127 ### Refactor ``LVBinaryReader::processLines``.
|