Searched refs:GetHeaderByteSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h137 uint32_t GetHeaderByteSize() const;
154 return GetOffset() + GetHeaderByteSize();
H A DDWARFUnit.cpp437 return GetLengthByteSize() + GetLength() - GetHeaderByteSize();
1049 uint32_t DWARFUnit::GetHeaderByteSize() const { function in class:DWARFUnit

Completed in 61 milliseconds