Searched refs:max_section (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp64 uint32_t max_section = dbi().getSectionHeaders().size(); local
67 // |max_section+1|. In this case, the offset is meaningless, so just return.
68 if (segment == 0 || segment > max_section)

Completed in 176 milliseconds