Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/XCOFF/
H A DObjectFileXCOFF.cpp206 SectionList *sectionList = GetSectionList(); in ParseSymtab() local
263 if (sectionIndex < sectionList->GetSize()) { in ParseSymtab()
266 sectionList->GetSectionAtIndex(sectionIndex); in ParseSymtab()