LLVM API Documentation
This is the complete list of members for llvm::DWARFTypeUnit, including all inherited members.
buildAddressRangeTable(DWARFDebugAranges *debug_aranges, bool clear_dies_if_already_not_parsed, uint32_t CUOffsetInAranges) | llvm::DWARFUnit | |
clear() | llvm::DWARFUnit | |
dump(raw_ostream &OS) | llvm::DWARFTypeUnit | |
DWARFTypeUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) | llvm::DWARFTypeUnit | inline |
DWARFUnit(const DWARFDebugAbbrev *DA, StringRef IS, StringRef AS, StringRef RS, StringRef SS, StringRef SOS, StringRef AOS, const RelocAddrMap *M, bool LE) | llvm::DWARFUnit | |
extract(DataExtractor debug_info, uint32_t *offset_ptr) | llvm::DWARFUnit | |
extractImpl(DataExtractor debug_info, uint32_t *offset_ptr) LLVM_OVERRIDE | llvm::DWARFTypeUnit | protectedvirtual |
extractRangeList(uint32_t RangeListOffset, DWARFDebugRangeList &RangeList) const | llvm::DWARFUnit | |
getAbbreviations() const | llvm::DWARFUnit | inline |
getAddressByteSize() const | llvm::DWARFUnit | inline |
getAddrOffsetSectionItem(uint32_t Index, uint64_t &Result) const | llvm::DWARFUnit | |
getBaseAddress() const | llvm::DWARFUnit | inline |
getCompilationDir() | llvm::DWARFUnit | |
getCompileUnitDIE(bool extract_cu_die_only=true) | llvm::DWARFUnit | inline |
getDebugInfoExtractor() const | llvm::DWARFUnit | inline |
getDebugInfoSize() const | llvm::DWARFUnit | inline |
getDWOId() | llvm::DWARFUnit | |
getFirstDIEOffset() const | llvm::DWARFUnit | inline |
getInlinedChainForAddress(uint64_t Address) | llvm::DWARFUnit | |
getLength() const | llvm::DWARFUnit | inline |
getNextUnitOffset() const | llvm::DWARFUnit | inline |
getOffset() const | llvm::DWARFUnit | inline |
getRelocMap() const | llvm::DWARFUnit | inline |
getSize() const LLVM_OVERRIDE | llvm::DWARFTypeUnit | inlinevirtual |
getStringExtractor() const | llvm::DWARFUnit | inline |
getStringOffsetSection() const | llvm::DWARFUnit | inline |
getStringOffsetSectionItem(uint32_t Index, uint32_t &Result) const | llvm::DWARFUnit | |
getStringSection() const | llvm::DWARFUnit | inline |
getVersion() const | llvm::DWARFUnit | inline |
setAddrOffsetSection(StringRef AOS, uint32_t Base) | llvm::DWARFUnit | inline |
setBaseAddress(uint64_t base_addr) | llvm::DWARFUnit | inline |
setRangesSection(StringRef RS, uint32_t Base) | llvm::DWARFUnit | inline |
~DWARFUnit() | llvm::DWARFUnit | virtual |