Lines Matching refs:DataRefImpl

88 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {  in getSymbolTableEntryBase()
155 DataRefImpl Sec) { in getSectionFlags()
323 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
330 ErrorOr<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
341 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
346 uint64_t MachOObjectFile::getNValue(DataRefImpl Sym) const { in getNValue()
357 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
371 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl()
375 ErrorOr<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress()
379 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
388 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
392 SymbolRef::Type MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
412 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
452 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
458 DataRefImpl DRI; in getSymbolSection()
471 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
475 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
482 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
488 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
517 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
536 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
549 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
554 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
562 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
574 bool MachOObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
579 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
580 DataRefImpl Ret; in section_rel_begin()
587 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
597 DataRefImpl Ret; in section_rel_end()
603 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
607 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
615 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
630 DataRefImpl Sym; in getRelocationSymbol()
636 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
640 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
646 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
754 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
939 DataRefImpl Sec; in getRelocationRelocatedSection()
949 DataRefImpl DRI; in symbol_end_impl()
964 DataRefImpl DRI; in getSymbolByIndex()
979 DataRefImpl DRI; in section_begin()
984 DataRefImpl DRI; in section_end()
1204 DataRefImpl DRI; in section_rel_begin()
1210 DataRefImpl DRI; in section_rel_end()
1216 DataRefImpl DRI; in begin_dices()
1226 DataRefImpl DRI; in end_dices()
1861 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
1867 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
1875 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
1956 DataRefImpl DRI; in getAnyRelocationSection()
1961 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
1966 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
1984 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
1990 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
2101 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
2102 DataRefImpl Sec; in getRelocation()
2120 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()