Home | History | Annotate | Download | only in Object

Lines Matching refs:DataRefImpl

278 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) {
416 DataRefImpl Sec) {
467 void MachOObjectFile::moveSymbolNext(DataRefImpl &Symb) const {
474 std::error_code MachOObjectFile::getSymbolName(DataRefImpl Symb,
485 std::error_code MachOObjectFile::getIndirectName(DataRefImpl Symb,
507 std::error_code MachOObjectFile::getSymbolAddress(DataRefImpl Symb,
527 std::error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI,
539 std::error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI,
567 DataRefImpl DRI = Symbol.getRawDataRefImpl();
578 DataRefImpl Sec;
588 std::error_code MachOObjectFile::getSymbolType(DataRefImpl Symb,
612 uint32_t MachOObjectFile::getSymbolFlags(DataRefImpl DRI) const {
648 std::error_code MachOObjectFile::getSymbolSection(DataRefImpl Symb,
656 DataRefImpl DRI;
664 void MachOObjectFile::moveSectionNext(DataRefImpl &Sec) const {
668 std::error_code MachOObjectFile::getSectionName(DataRefImpl Sec,
675 std::error_code MachOObjectFile::getSectionAddress(DataRefImpl Sec,
687 std::error_code MachOObjectFile::getSectionSize(DataRefImpl Sec,
700 std::error_code MachOObjectFile::getSectionContents(DataRefImpl Sec,
719 std::error_code MachOObjectFile::getSectionAlignment(DataRefImpl Sec,
734 std::error_code MachOObjectFile::isSectionText(DataRefImpl Sec,
741 std::error_code MachOObjectFile::isSectionData(DataRefImpl Sec,
751 std::error_code MachOObjectFile::isSectionBSS(DataRefImpl Sec,
762 MachOObjectFile::isSectionRequiredForExecution(DataRefImpl Sec,
769 std::error_code MachOObjectFile::isSectionVirtual(DataRefImpl Sec,
776 std::error_code MachOObjectFile::isSectionZeroInit(DataRefImpl Sec,
785 std::error_code MachOObjectFile::isSectionReadOnlyData(DataRefImpl Sec,
796 std::error_code MachOObjectFile::sectionContainsSymbol(DataRefImpl Sec,
797 DataRefImpl Symb,
818 relocation_iterator MachOObjectFile::section_rel_begin(DataRefImpl Sec) const {
819 DataRefImpl Ret;
826 MachOObjectFile::section_rel_end(DataRefImpl Sec) const {
836 DataRefImpl Ret;
842 void MachOObjectFile::moveRelocationNext(DataRefImpl &Rel) const {
846 std::error_code MachOObjectFile::getRelocationAddress(DataRefImpl Rel,
851 DataRefImpl Sec;
859 std::error_code MachOObjectFile::getRelocationOffset(DataRefImpl Rel,
869 MachOObjectFile::getRelocationSymbol(DataRefImpl Rel) const {
884 DataRefImpl Sym;
889 std::error_code MachOObjectFile::getRelocationType(DataRefImpl Rel,
897 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel,
1010 MachOObjectFile::getRelocationValueString(DataRefImpl Rel,
1037 DataRefImpl RelNext = Rel;
1085 DataRefImpl RelNext = Rel;
1107 DataRefImpl RelNext = Rel;
1146 DataRefImpl RelNext = Rel;
1185 std::error_code MachOObjectFile::getRelocationHidden(DataRefImpl Rel,
1201 DataRefImpl RelPrev = Rel;
1213 std::error_code MachOObjectFile::getLibraryNext(DataRefImpl LibData,
1218 std::error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData,
1411 DataRefImpl DRI;
1426 DataRefImpl DRI;
1440 DataRefImpl DRI;
1445 DataRefImpl DRI;
1629 DataRefImpl DRI;
1635 DataRefImpl DRI;
1641 DataRefImpl DRI;
1651 DataRefImpl DRI;
1662 MachOObjectFile::getSectionFinalSegmentName(DataRefImpl Sec) const {
1668 MachOObjectFile::getSectionRawName(DataRefImpl Sec) const {
1675 MachOObjectFile::getSectionRawFinalSegmentName(DataRefImpl Sec) const {
1748 DataRefImpl DRI;
1772 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const {
1776 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const {
1793 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const {
1799 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const {
1836 MachOObjectFile::getRelocation(DataRefImpl Rel) const {
1837 DataRefImpl Sec;
1855 MachOObjectFile::getDice(DataRefImpl Rel) const {
1926 const char *MachOObjectFile::getSectionPointer(DataRefImpl Rel) const {