Lines Matching refs:DataRefImpl

115 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) {  in getSymbolTableEntryBase()
174 DataRefImpl Sec) { in getSectionFlags()
1650 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in checkSymbolTable()
1701 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
1708 Expected<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1724 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
1729 uint64_t MachOObjectFile::getNValue(DataRefImpl Sym) const { in getNValue()
1740 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
1754 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl()
1758 Expected<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress()
1762 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
1771 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
1776 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1799 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
1839 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1845 DataRefImpl DRI; in getSymbolSection()
1860 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
1864 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec, in getSectionName()
1871 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
1877 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1881 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1910 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec, in getSectionContents()
1929 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
1946 DataRefImpl DRI; in getSection()
1963 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
1967 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
1972 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
1980 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
1992 bool MachOObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
1999 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode()
2007 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped()
2013 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2014 DataRefImpl Ret; in section_rel_begin()
2021 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
2031 DataRefImpl Ret; in section_rel_end()
2038 DataRefImpl Ret; in extrel_begin()
2047 DataRefImpl Ret; in extrel_end()
2055 DataRefImpl Ret; in locrel_begin()
2064 DataRefImpl Ret; in locrel_end()
2071 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
2075 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
2084 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
2099 DataRefImpl Sym; in getRelocationSymbol()
2105 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
2109 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
2115 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2223 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
2412 DataRefImpl Sec; in getRelocationRelocatedSection()
2418 DataRefImpl DRI; in symbol_begin()
2427 DataRefImpl DRI; in symbol_end()
2447 DataRefImpl DRI; in getSymbolByIndex()
2453 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex()
2459 DataRefImpl DRIstart; in getSymbolIndex()
2466 DataRefImpl DRI; in section_begin()
2471 DataRefImpl DRI; in section_end()
2680 DataRefImpl DRI; in section_rel_begin()
2686 DataRefImpl DRI; in section_rel_end()
2692 DataRefImpl DRI; in begin_dices()
2702 DataRefImpl DRI; in end_dices()
4130 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
4136 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
4144 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
4225 DataRefImpl DRI; in getAnyRelocationSection()
4230 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
4235 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4253 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
4259 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
4385 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
4388 DataRefImpl Sec; in getRelocation()
4412 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()