Lines Matching refs:DataRefImpl

263 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {  in getSymbolTableEntryBase()
413 DataRefImpl Sec) { in getSectionFlags()
457 error_code MachOObjectFile::getSymbolNext(DataRefImpl Symb, in getSymbolNext()
467 error_code MachOObjectFile::getSymbolName(DataRefImpl Symb, in getSymbolName()
476 error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb, in getSymbolAddress()
489 MachOObjectFile::getSymbolFileOffset(DataRefImpl Symb, in getSymbolFileOffset()
495 DataRefImpl SecRel; in getSymbolFileOffset()
511 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment()
524 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, in getSymbolSize()
551 DataRefImpl DRI = I->getRawDataRefImpl(); in getSymbolSize()
560 DataRefImpl Sec; in getSymbolSize()
570 error_code MachOObjectFile::getSymbolType(DataRefImpl Symb, in getSymbolType()
594 error_code MachOObjectFile::getSymbolFlags(DataRefImpl DRI, in getSymbolFlags()
630 MachOObjectFile::getSymbolSection(DataRefImpl Symb, in getSymbolSection()
638 DataRefImpl DRI; in getSymbolSection()
646 error_code MachOObjectFile::getSymbolValue(DataRefImpl Symb, in getSymbolValue()
651 error_code MachOObjectFile::getSectionNext(DataRefImpl Sec, in getSectionNext()
659 MachOObjectFile::getSectionName(DataRefImpl Sec, StringRef &Result) const { in getSectionName()
666 MachOObjectFile::getSectionAddress(DataRefImpl Sec, uint64_t &Res) const { in getSectionAddress()
678 MachOObjectFile::getSectionSize(DataRefImpl Sec, uint64_t &Res) const { in getSectionSize()
691 MachOObjectFile::getSectionContents(DataRefImpl Sec, StringRef &Res) const { in getSectionContents()
710 MachOObjectFile::getSectionAlignment(DataRefImpl Sec, uint64_t &Res) const { in getSectionAlignment()
725 MachOObjectFile::isSectionText(DataRefImpl Sec, bool &Res) const { in isSectionText()
731 error_code MachOObjectFile::isSectionData(DataRefImpl DRI, bool &Result) const { in isSectionData()
737 error_code MachOObjectFile::isSectionBSS(DataRefImpl DRI, bool &Result) const { in isSectionBSS()
744 MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec, in isSectionRequiredForExecution()
751 error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec, in isSectionVirtual()
759 MachOObjectFile::isSectionZeroInit(DataRefImpl Sec, bool &Res) const { in isSectionZeroInit()
767 error_code MachOObjectFile::isSectionReadOnlyData(DataRefImpl Sec, in isSectionReadOnlyData()
779 MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec, DataRefImpl Symb, in sectionContainsSymbol()
800 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const { in section_rel_begin()
810 DataRefImpl Ret; in section_rel_begin()
816 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { in section_rel_end()
832 DataRefImpl Ret; in section_rel_end()
837 error_code MachOObjectFile::getRelocationNext(DataRefImpl Rel, in getRelocationNext()
847 MachOObjectFile::getRelocationAddress(DataRefImpl Rel, uint64_t &Res) const { in getRelocationAddress()
851 error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel, in getRelocationOffset()
859 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const { in getRelocationSymbol()
871 DataRefImpl Sym; in getRelocationSymbol()
876 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
884 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
977 MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
1004 DataRefImpl RelNext = Rel; in getRelocationValueString()
1052 DataRefImpl RelNext = Rel; in getRelocationValueString()
1074 DataRefImpl RelNext = Rel; in getRelocationValueString()
1113 DataRefImpl RelNext = Rel; in getRelocationValueString()
1153 MachOObjectFile::getRelocationHidden(DataRefImpl Rel, bool &Result) const { in getRelocationHidden()
1168 DataRefImpl RelPrev = Rel; in getRelocationHidden()
1180 error_code MachOObjectFile::getLibraryNext(DataRefImpl LibData, in getLibraryNext()
1185 error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData, in getLibraryPath()
1191 DataRefImpl DRI; in begin_symbols()
1201 DataRefImpl DRI; in end_symbols()
1226 DataRefImpl DRI; in begin_sections()
1231 DataRefImpl DRI; in end_sections()
1309 DataRefImpl DRI; in section_rel_begin()
1315 DataRefImpl DRI; in section_rel_end()
1321 DataRefImpl DRI; in begin_dices()
1331 DataRefImpl DRI; in end_dices()
1342 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const { in getSectionFinalSegmentName()
1348 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const { in getSectionRawName()
1355 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const { in getSectionRawFinalSegmentName()
1428 DataRefImpl DRI; in getRelocationSection()
1452 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
1456 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
1473 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
1479 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
1505 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
1511 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()