Home
last modified time | relevance | path

Searched refs:GetLengthByteSize (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.h105 size_t GetLengthByteSize() const { return 4; } in GetLengthByteSize() function
H A DDWARFUnit.cpp442 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()