LLVM 17.0.0git
|
This class represents DWARF information for source file and its address map. More...
#include "llvm/DWARFLinker/DWARFLinker.h"
Public Member Functions | |
DWARFFile (StringRef Name, DWARFContext *Dwarf, AddressesMap *Addresses, const std::vector< std::string > &Warnings) | |
Public Attributes | |
StringRef | FileName |
The object file name. | |
DWARFContext * | Dwarf = nullptr |
The source DWARF information. | |
AddressesMap * | Addresses = nullptr |
Helpful address information(list of valid address ranges, relocations). | |
const std::vector< std::string > & | Warnings |
Warnings for this object file. | |
This class represents DWARF information for source file and its address map.
Definition at line 230 of file DWARFLinker.h.
|
inline |
Definition at line 232 of file DWARFLinker.h.
AddressesMap* llvm::DWARFFile::Addresses = nullptr |
Helpful address information(list of valid address ranges, relocations).
Definition at line 244 of file DWARFLinker.h.
DWARFContext* llvm::DWARFFile::Dwarf = nullptr |
The source DWARF information.
Definition at line 241 of file DWARFLinker.h.
StringRef llvm::DWARFFile::FileName |
The object file name.
Definition at line 238 of file DWARFLinker.h.
const std::vector<std::string>& llvm::DWARFFile::Warnings |
Warnings for this object file.
Definition at line 247 of file DWARFLinker.h.