Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.h134 size_t GetLengthByteSize() const { return 4; } in GetLengthByteSize() function
DDWARFUnit.cpp396 return GetLengthByteSize() + GetLength() - GetHeaderByteSize(); in GetDebugInfoSize()