Lines Matching refs:DataRefImpl
119 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) { in getSymbolTableEntryBase()
182 DataRefImpl Sec) { in getSectionFlags()
1717 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in checkSymbolTable()
1767 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
1774 Expected<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1790 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
1795 uint64_t MachOObjectFile::getNValue(DataRefImpl Sym) const { in getNValue()
1806 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
1820 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl()
1824 Expected<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress()
1828 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
1837 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
1842 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1867 Expected<uint32_t> MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
1911 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1917 DataRefImpl DRI; in getSymbolSection()
1932 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
1936 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
1941 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
1947 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1951 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1986 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
2003 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
2020 DataRefImpl DRI; in getSection()
2036 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
2040 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
2045 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
2053 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
2061 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
2154 bool MachOObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
2161 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode()
2168 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped()
2174 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2175 DataRefImpl Ret; in section_rel_begin()
2182 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
2192 DataRefImpl Ret; in section_rel_end()
2199 DataRefImpl Ret; in extrel_begin()
2208 DataRefImpl Ret; in extrel_end()
2216 DataRefImpl Ret; in locrel_begin()
2225 DataRefImpl Ret; in locrel_end()
2232 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
2236 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
2245 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
2260 DataRefImpl Sym; in getRelocationSymbol()
2266 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
2270 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
2276 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2385 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
2592 DataRefImpl Sec; in getRelocationRelocatedSection()
2598 DataRefImpl DRI; in symbol_begin()
2607 DataRefImpl DRI; in symbol_end()
2627 DataRefImpl DRI; in getSymbolByIndex()
2633 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex()
2639 DataRefImpl DRIstart; in getSymbolIndex()
2646 DataRefImpl DRI; in section_begin()
2651 DataRefImpl DRI; in section_end()
2890 DataRefImpl DRI; in section_rel_begin()
2896 DataRefImpl DRI; in section_rel_end()
2902 DataRefImpl DRI; in begin_dices()
2912 DataRefImpl DRI; in end_dices()
4521 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
4527 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
4535 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
4616 DataRefImpl DRI; in getAnyRelocationSection()
4621 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
4626 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4644 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
4650 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
4781 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
4784 DataRefImpl Sec; in getRelocation()
4808 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()