Lines Matching refs:DataRefImpl
113 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase()
176 DataRefImpl Sec) { in getSectionFlags()
1697 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in checkSymbolTable()
1747 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
1754 Expected<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1770 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
1775 uint64_t MachOObjectFile::getNValue(DataRefImpl Sym) const { in getNValue()
1786 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
1800 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl()
1804 Expected<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress()
1808 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
1817 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
1822 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1847 Expected<uint32_t> MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
1887 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1893 DataRefImpl DRI; in getSymbolSection()
1908 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
1912 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
1917 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
1923 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1927 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1962 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
1979 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
1996 DataRefImpl DRI; in getSection()
2012 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
2016 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
2021 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
2029 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
2037 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
2055 bool MachOObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
2062 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode()
2069 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped()
2075 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2076 DataRefImpl Ret; in section_rel_begin()
2083 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
2093 DataRefImpl Ret; in section_rel_end()
2100 DataRefImpl Ret; in extrel_begin()
2109 DataRefImpl Ret; in extrel_end()
2117 DataRefImpl Ret; in locrel_begin()
2126 DataRefImpl Ret; in locrel_end()
2133 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
2137 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
2146 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
2161 DataRefImpl Sym; in getRelocationSymbol()
2167 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
2171 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
2177 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2286 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
2493 DataRefImpl Sec; in getRelocationRelocatedSection()
2499 DataRefImpl DRI; in symbol_begin()
2508 DataRefImpl DRI; in symbol_end()
2528 DataRefImpl DRI; in getSymbolByIndex()
2534 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex()
2540 DataRefImpl DRIstart; in getSymbolIndex()
2547 DataRefImpl DRI; in section_begin()
2552 DataRefImpl DRI; in section_end()
2791 DataRefImpl DRI; in section_rel_begin()
2797 DataRefImpl DRI; in section_rel_end()
2803 DataRefImpl DRI; in begin_dices()
2813 DataRefImpl DRI; in end_dices()
4169 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
4175 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
4183 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
4264 DataRefImpl DRI; in getAnyRelocationSection()
4269 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
4274 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4292 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
4298 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
4424 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
4427 DataRefImpl Sec; in getRelocation()
4451 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()