Home
last modified time | relevance | path

Searched defs:GetDebugInfoSize (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFUnit.cpp395 size_t DWARFUnit::GetDebugInfoSize() const { in GetDebugInfoSize() function in DWARFUnit
/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp346 static uint64_t GetDebugInfoSize(lldb::SBModule module) { in GetDebugInfoSize() function