Lines Matching refs:GOFFObjectFile

30   std::unique_ptr<GOFFObjectFile> Ret(new GOFFObjectFile(Object, Err));  in createGOFFObjectFile()
36 GOFFObjectFile::GOFFObjectFile(MemoryBufferRef Object, Error &Err) in GOFFObjectFile() function in GOFFObjectFile
187 const uint8_t *GOFFObjectFile::getSymbolEsdRecord(DataRefImpl Symb) const { in getSymbolEsdRecord()
192 Expected<StringRef> GOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
213 Expected<StringRef> GOFFObjectFile::getSymbolName(SymbolRef Symbol) const { in getSymbolName()
217 Expected<uint64_t> GOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
224 uint64_t GOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
231 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
235 bool GOFFObjectFile::isSymbolUnresolved(DataRefImpl Symb) const { in isSymbolUnresolved()
251 bool GOFFObjectFile::isSymbolIndirect(DataRefImpl Symb) const { in isSymbolIndirect()
258 Expected<uint32_t> GOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
288 GOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
337 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
369 uint64_t GOFFObjectFile::getSymbolSize(DataRefImpl Symb) const { in getSymbolSize()
376 const uint8_t *GOFFObjectFile::getSectionEdEsdRecord(DataRefImpl &Sec) const { in getSectionEdEsdRecord()
382 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord()
391 GOFFObjectFile::getSectionEdEsdRecord(uint32_t SectionIndex) const { in getSectionEdEsdRecord()
399 GOFFObjectFile::getSectionPrEsdRecord(uint32_t SectionIndex) const { in getSectionPrEsdRecord()
406 uint32_t GOFFObjectFile::getSectionDefEsdId(DataRefImpl &Sec) const { in getSectionDefEsdId()
422 void GOFFObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
428 Expected<StringRef> GOFFObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
442 uint64_t GOFFObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
449 uint64_t GOFFObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
461 GOFFObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
510 uint64_t GOFFObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
517 bool GOFFObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
524 bool GOFFObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
531 bool GOFFObjectFile::isSectionNoLoad(DataRefImpl Sec) const { in isSectionNoLoad()
538 bool GOFFObjectFile::isSectionReadOnlyData(DataRefImpl Sec) const { in isSectionReadOnlyData()
548 bool GOFFObjectFile::isSectionZeroInit(DataRefImpl Sec) const { in isSectionZeroInit()
554 section_iterator GOFFObjectFile::section_begin() const { in section_begin()
560 section_iterator GOFFObjectFile::section_end() const { in section_end()
565 void GOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
585 basic_symbol_iterator GOFFObjectFile::symbol_begin() const { in symbol_begin()
591 basic_symbol_iterator GOFFObjectFile::symbol_end() const { in symbol_end()