Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp350 const uint8_t *SectionPrRecord = getSectionPrEsdRecord(I); in getSymbolSection() local
351 if (SectionPrRecord) { in getSymbolSection()
352 Found = SymEsdRecord == SectionPrRecord; in getSymbolSection()