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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp487 int16_t SectionNum = SymEntPtr->SectionNumber; local
489 switch (SectionNum) {
497 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum);

Completed in 99 milliseconds