LLVM 20.0.0git
|
This is the complete list of members for llvm::DWARFDebugLoc, including all inherited members.
Data | llvm::DWARFLocationTable | protected |
dump(raw_ostream &OS, const DWARFObject &Obj, DIDumpOptions DumpOpts, std::optional< uint64_t > Offset) const | llvm::DWARFDebugLoc | |
dumpLocationList(uint64_t *Offset, raw_ostream &OS, std::optional< object::SectionedAddress > BaseAddr, const DWARFObject &Obj, DWARFUnit *U, DIDumpOptions DumpOpts, unsigned Indent) const | llvm::DWARFLocationTable | |
dumpRawEntry(const DWARFLocationEntry &Entry, raw_ostream &OS, unsigned Indent, DIDumpOptions DumpOpts, const DWARFObject &Obj) const override | llvm::DWARFDebugLoc | protectedvirtual |
DWARFDebugLoc(DWARFDataExtractor Data) | llvm::DWARFDebugLoc | inline |
DWARFLocationTable(DWARFDataExtractor Data) | llvm::DWARFLocationTable | inline |
getData() | llvm::DWARFLocationTable | inline |
visitAbsoluteLocationList(uint64_t Offset, std::optional< object::SectionedAddress > BaseAddr, std::function< std::optional< object::SectionedAddress >(uint32_t)> LookupAddr, function_ref< bool(Expected< DWARFLocationExpression >)> Callback) const | llvm::DWARFLocationTable | |
visitLocationList(uint64_t *Offset, function_ref< bool(const DWARFLocationEntry &)> Callback) const override | llvm::DWARFDebugLoc | virtual |
~DWARFLocationTable()=default | llvm::DWARFLocationTable | virtual |