Home
last modified time | relevance | path

Searched refs:GetHeaderByteSize (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h80 virtual uint32_t GetHeaderByteSize() const = 0;
100 return m_offset + GetHeaderByteSize(); in GetFirstDIEOffset()
H A DDWARFCompileUnit.h38 uint32_t GetHeaderByteSize() const override;
H A DDWARFCompileUnit.cpp78 uint32_t DWARFCompileUnit::GetHeaderByteSize() const { in GetHeaderByteSize() function in DWARFCompileUnit
H A DDWARFUnit.cpp436 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()