Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDXCOFFObjectFile.cpp444 int16_t SectionNum = SymEntPtr->SectionNumber; in getSymbolSectionName() local
446 switch (SectionNum) { in getSymbolSectionName()
454 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()