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
185 const uint8_t *GOFFObjectFile::getSymbolEsdRecord(DataRefImpl Symb) const { in getSymbolEsdRecord()
190 Expected<StringRef> GOFFObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
211 Expected<StringRef> GOFFObjectFile::getSymbolName(SymbolRef Symbol) const { in getSymbolName()
215 Expected<uint64_t> GOFFObjectFile::getSymbolAddress(DataRefImpl Symb) const { in getSymbolAddress()
222 uint64_t GOFFObjectFile::getSymbolValueImpl(DataRefImpl Symb) const { in getSymbolValueImpl()
229 uint64_t GOFFObjectFile::getCommonSymbolSizeImpl(DataRefImpl Symb) const { in getCommonSymbolSizeImpl()
233 bool GOFFObjectFile::isSymbolUnresolved(DataRefImpl Symb) const { in isSymbolUnresolved()
249 bool GOFFObjectFile::isSymbolIndirect(DataRefImpl Symb) const { in isSymbolIndirect()
256 Expected<uint32_t> GOFFObjectFile::getSymbolFlags(DataRefImpl Symb) const { in getSymbolFlags()
286 GOFFObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
335 GOFFObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
367 const uint8_t *GOFFObjectFile::getSectionEdEsdRecord(DataRefImpl &Sec) const { in getSectionEdEsdRecord()
373 const uint8_t *GOFFObjectFile::getSectionPrEsdRecord(DataRefImpl &Sec) const { in getSectionPrEsdRecord()
382 GOFFObjectFile::getSectionEdEsdRecord(uint32_t SectionIndex) const { in getSectionEdEsdRecord()
390 GOFFObjectFile::getSectionPrEsdRecord(uint32_t SectionIndex) const { in getSectionPrEsdRecord()
397 section_iterator GOFFObjectFile::section_begin() const { in section_begin()
403 section_iterator GOFFObjectFile::section_end() const { in section_end()
408 void GOFFObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
428 basic_symbol_iterator GOFFObjectFile::symbol_begin() const { in symbol_begin()
434 basic_symbol_iterator GOFFObjectFile::symbol_end() const { in symbol_end()