Home
last modified time | relevance | path

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

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