Lines Matching refs:DataRefImpl

117 getSymbolTableEntryBase(const MachOObjectFile &O, DataRefImpl DRI) {  in getSymbolTableEntryBase()
180 DataRefImpl Sec) { in getSectionFlags()
1705 DataRefImpl SymDRI = Symbol.getRawDataRefImpl(); in checkSymbolTable()
1755 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const { in moveSymbolNext()
1762 Expected<StringRef> MachOObjectFile::getSymbolName(DataRefImpl Symb) const { in getSymbolName()
1778 DataRefImpl DRI = Sec.getRawDataRefImpl(); in getSectionType()
1783 uint64_t MachOObjectFile::getNValue(DataRefImpl Sym) const { in getNValue()
1794 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb, in getIndirectName()
1808 uint64_t MachOObjectFile::getSymbolValueImpl(DataRefImpl Sym) const { in getSymbolValueImpl()
1812 Expected<uint64_t> MachOObjectFile::getSymbolAddress(DataRefImpl Sym) const { in getSymbolAddress()
1816 uint32_t MachOObjectFile::getSymbolAlignment(DataRefImpl DRI) const { in getSymbolAlignment()
1825 uint64_t MachOObjectFile::getCommonSymbolSizeImpl(DataRefImpl DRI) const { in getCommonSymbolSizeImpl()
1830 MachOObjectFile::getSymbolType(DataRefImpl Symb) const { in getSymbolType()
1855 Expected<uint32_t> MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const { in getSymbolFlags()
1895 MachOObjectFile::getSymbolSection(DataRefImpl Symb) const { in getSymbolSection()
1901 DataRefImpl DRI; in getSymbolSection()
1916 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const { in moveSectionNext()
1920 Expected<StringRef> MachOObjectFile::getSectionName(DataRefImpl Sec) const { in getSectionName()
1925 uint64_t MachOObjectFile::getSectionAddress(DataRefImpl Sec) const { in getSectionAddress()
1931 uint64_t MachOObjectFile::getSectionIndex(DataRefImpl Sec) const { in getSectionIndex()
1935 uint64_t MachOObjectFile::getSectionSize(DataRefImpl Sec) const { in getSectionSize()
1970 MachOObjectFile::getSectionContents(DataRefImpl Sec) const { in getSectionContents()
1987 uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { in getSectionAlignment()
2004 DataRefImpl DRI; in getSection()
2020 bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { in isSectionCompressed()
2024 bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { in isSectionText()
2029 bool MachOObjectFile::isSectionData(DataRefImpl Sec) const { in isSectionData()
2037 bool MachOObjectFile::isSectionBSS(DataRefImpl Sec) const { in isSectionBSS()
2045 bool MachOObjectFile::isDebugSection(DataRefImpl Sec) const { in isDebugSection()
2103 bool MachOObjectFile::isSectionVirtual(DataRefImpl Sec) const { in isSectionVirtual()
2110 bool MachOObjectFile::isSectionBitcode(DataRefImpl Sec) const { in isSectionBitcode()
2117 bool MachOObjectFile::isSectionStripped(DataRefImpl Sec) const { in isSectionStripped()
2123 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
2124 DataRefImpl Ret; in section_rel_begin()
2131 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
2141 DataRefImpl Ret; in section_rel_end()
2148 DataRefImpl Ret; in extrel_begin()
2157 DataRefImpl Ret; in extrel_end()
2165 DataRefImpl Ret; in locrel_begin()
2174 DataRefImpl Ret; in locrel_end()
2181 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const { in moveRelocationNext()
2185 uint64_t MachOObjectFile::getRelocationOffset(DataRefImpl Rel) const { in getRelocationOffset()
2194 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
2209 DataRefImpl Sym; in getRelocationSymbol()
2215 MachOObjectFile::getRelocationSection(DataRefImpl Rel) const { in getRelocationSection()
2219 uint64_t MachOObjectFile::getRelocationType(DataRefImpl Rel) const { in getRelocationType()
2225 DataRefImpl Rel, SmallVectorImpl<char> &Result) const { in getRelocationTypeName()
2334 uint8_t MachOObjectFile::getRelocationLength(DataRefImpl Rel) const { in getRelocationLength()
2541 DataRefImpl Sec; in getRelocationRelocatedSection()
2547 DataRefImpl DRI; in symbol_begin()
2556 DataRefImpl DRI; in symbol_end()
2576 DataRefImpl DRI; in getSymbolByIndex()
2582 uint64_t MachOObjectFile::getSymbolIndex(DataRefImpl Symb) const { in getSymbolIndex()
2588 DataRefImpl DRIstart; in getSymbolIndex()
2595 DataRefImpl DRI; in section_begin()
2600 DataRefImpl DRI; in section_end()
2839 DataRefImpl DRI; in section_rel_begin()
2845 DataRefImpl DRI; in section_rel_end()
2851 DataRefImpl DRI; in begin_dices()
2861 DataRefImpl DRI; in end_dices()
4329 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
4335 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
4343 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
4424 DataRefImpl DRI; in getAnyRelocationSection()
4429 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
4434 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
4452 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
4458 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
4584 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
4587 DataRefImpl Sec; in getRelocation()
4611 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()