Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h113 const uint8_t *getSectionPrEsdRecord(DataRefImpl &Sec) const;
115 const uint8_t *getSectionPrEsdRecord(uint32_t SectionIndex) const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp350 const uint8_t *SectionPrRecord = getSectionPrEsdRecord(I); in getSymbolSection()
382 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord() function in GOFFObjectFile
399 GOFFObjectFile::getSectionPrEsdRecord(uint32_t SectionIndex) const { in getSectionPrEsdRecord() function in GOFFObjectFile
402 const uint8_t *EsdRecord = getSectionPrEsdRecord(Sec); in getSectionPrEsdRecord()
411 const uint8_t *PrEsdRecord = getSectionPrEsdRecord(Sec); in getSectionDefEsdId()