Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DGOFFObjectFile.h108 const uint8_t *getSectionEdEsdRecord(DataRefImpl &Sec) const;
110 const uint8_t *getSectionEdEsdRecord(uint32_t SectionIndex) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DGOFFObjectFile.cpp352 const uint8_t *SectionEdRecord = getSectionEdEsdRecord(I); in getSymbolSection()
367 const uint8_t *GOFFObjectFile::getSectionEdEsdRecord(DataRefImpl &Sec) const { in getSectionEdEsdRecord() function in GOFFObjectFile
382 GOFFObjectFile::getSectionEdEsdRecord(uint32_t SectionIndex) const { in getSectionEdEsdRecord() function in GOFFObjectFile
385 const uint8_t *EsdRecord = getSectionEdEsdRecord(Sec); in getSectionEdEsdRecord()