Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DXCOFFObjectFile.cpp444 int16_t SectionNum = SymEntPtr->SectionNumber; in getSymbolSectionName() local
446 switch (SectionNum) { in getSymbolSectionName()
454 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()
/external/llvm-project/llvm/lib/Object/
DXCOFFObjectFile.cpp491 int16_t SectionNum = SymEntPtr->SectionNumber; in getSymbolSectionName() local
493 switch (SectionNum) { in getSymbolSectionName()
501 Expected<DataRefImpl> SecRef = getSectionByNum(SectionNum); in getSymbolSectionName()