Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
DJSONUtils.cpp332 static uint64_t GetDebugInfoSizeInSection(lldb::SBSection section) { in GetDebugInfoSizeInSection() function
341 GetDebugInfoSizeInSection(section.GetSubSectionAtIndex(i)); in GetDebugInfoSizeInSection()
350 debug_info_size += GetDebugInfoSizeInSection(module.GetSectionAtIndex(i)); in GetDebugInfoSize()