Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DJSONUtils.cpp356 static uint64_t GetDebugInfoSizeInSection(lldb::SBSection section) { in GetDebugInfoSizeInSection() function
365 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in GetDebugInfoSizeInSection()
374 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()