Lines Matching refs:MachOObjectFile

224 T getStruct(const MachOObjectFile *O, const char *P) {  in getStruct()
233 getSegmentLoadCommandNumSections(const MachOObjectFile *O, in getSegmentLoadCommandNumSections()
234 const MachOObjectFile::LoadCommandInfo &L) { in getSegmentLoadCommandNumSections()
244 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
258 static const char *getPtr(const MachOObjectFile *O, size_t Offset) { in getPtr()
263 getSymbolTableEntryBase(const MachOObjectFile *O, DataRefImpl DRI) { in getSymbolTableEntryBase()
292 static unsigned getCPUType(const MachOObjectFile *O) { in getCPUType()
296 static void printRelocationTargetName(const MachOObjectFile *O, in printRelocationTargetName()
375 static bool getPlainRelocationPCRel(const MachOObjectFile *O, in getPlainRelocationPCRel()
383 getScatteredRelocationPCRel(const MachOObjectFile *O, in getScatteredRelocationPCRel()
388 static unsigned getPlainRelocationLength(const MachOObjectFile *O, in getPlainRelocationLength()
400 static unsigned getPlainRelocationType(const MachOObjectFile *O, in getPlainRelocationType()
412 static uint32_t getSectionFlags(const MachOObjectFile *O, in getSectionFlags()
422 MachOObjectFile::MachOObjectFile(MemoryBuffer *Object, in MachOObjectFile() function in llvm::object::MachOObjectFile
431 MachOObjectFile::LoadCommandInfo Load = getFirstLoadCommandInfo(); in MachOObjectFile()
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()
511 error_code MachOObjectFile::getSymbolAlignment(DataRefImpl DRI, in getSymbolAlignment()
524 error_code MachOObjectFile::getSymbolSize(DataRefImpl DRI, 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()
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()
816 MachOObjectFile::section_rel_end(DataRefImpl Sec) const { 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()
876 error_code MachOObjectFile::getRelocationType(DataRefImpl Rel, in getRelocationType()
884 MachOObjectFile::getRelocationTypeName(DataRefImpl Rel, in getRelocationTypeName()
977 MachOObjectFile::getRelocationValueString(DataRefImpl Rel, in getRelocationValueString()
1153 MachOObjectFile::getRelocationHidden(DataRefImpl Rel, bool &Result) const { in getRelocationHidden()
1180 error_code MachOObjectFile::getLibraryNext(DataRefImpl LibData, in getLibraryNext()
1185 error_code MachOObjectFile::getLibraryPath(DataRefImpl LibData, in getLibraryPath()
1190 symbol_iterator MachOObjectFile::begin_symbols() const { in begin_symbols()
1200 symbol_iterator MachOObjectFile::end_symbols() const { in end_symbols()
1215 symbol_iterator MachOObjectFile::begin_dynamic_symbols() const { in begin_dynamic_symbols()
1220 symbol_iterator MachOObjectFile::end_dynamic_symbols() const { in end_dynamic_symbols()
1225 section_iterator MachOObjectFile::begin_sections() const { in begin_sections()
1230 section_iterator MachOObjectFile::end_sections() const { in end_sections()
1236 library_iterator MachOObjectFile::begin_libraries_needed() const { in begin_libraries_needed()
1241 library_iterator MachOObjectFile::end_libraries_needed() const { in end_libraries_needed()
1246 uint8_t MachOObjectFile::getBytesInAddress() const { in getBytesInAddress()
1250 StringRef MachOObjectFile::getFileFormatName() const { in getFileFormatName()
1282 Triple::ArchType MachOObjectFile::getArch(uint32_t CPUType) { in getArch()
1299 unsigned MachOObjectFile::getArch() const { in getArch()
1303 StringRef MachOObjectFile::getLoadName() const { in getLoadName()
1308 relocation_iterator MachOObjectFile::section_rel_begin(unsigned Index) const { in section_rel_begin()
1314 relocation_iterator MachOObjectFile::section_rel_end(unsigned Index) const { in section_rel_end()
1320 dice_iterator MachOObjectFile::begin_dices() const { in begin_dices()
1330 dice_iterator MachOObjectFile::end_dices() const { 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()
1362 MachOObjectFile::isRelocationScattered(const MachO::any_relocation_info &RE) in isRelocationScattered()
1369 unsigned MachOObjectFile::getPlainRelocationSymbolNum( in getPlainRelocationSymbolNum()
1376 bool MachOObjectFile::getPlainRelocationExternal( in getPlainRelocationExternal()
1383 bool MachOObjectFile::getScatteredRelocationScattered( in getScatteredRelocationScattered()
1388 uint32_t MachOObjectFile::getScatteredRelocationValue( in getScatteredRelocationValue()
1393 unsigned MachOObjectFile::getAnyRelocationAddress( in getAnyRelocationAddress()
1400 unsigned MachOObjectFile::getAnyRelocationPCRel( in getAnyRelocationPCRel()
1407 unsigned MachOObjectFile::getAnyRelocationLength( in getAnyRelocationLength()
1415 MachOObjectFile::getAnyRelocationType( in getAnyRelocationType()
1423 MachOObjectFile::getRelocationSection( in getRelocationSection()
1433 MachOObjectFile::LoadCommandInfo
1434 MachOObjectFile::getFirstLoadCommandInfo() const { in getFirstLoadCommandInfo()
1435 MachOObjectFile::LoadCommandInfo Load; in getFirstLoadCommandInfo()
1444 MachOObjectFile::LoadCommandInfo
1445 MachOObjectFile::getNextLoadCommandInfo(const LoadCommandInfo &L) const { in getNextLoadCommandInfo()
1446 MachOObjectFile::LoadCommandInfo Next; in getNextLoadCommandInfo()
1452 MachO::section MachOObjectFile::getSection(DataRefImpl DRI) const { in getSection()
1456 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64()
1460 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection()
1466 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
1473 MachOObjectFile::getSymbolTableEntry(DataRefImpl DRI) const { in getSymbolTableEntry()
1479 MachOObjectFile::getSymbol64TableEntry(DataRefImpl DRI) const { in getSymbol64TableEntry()
1485 MachOObjectFile::getLinkeditDataLoadCommand(const LoadCommandInfo &L) const { in getLinkeditDataLoadCommand()
1490 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand()
1495 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand()
1500 MachOObjectFile::getLinkerOptionsLoadCommand(const LoadCommandInfo &L) const { in getLinkerOptionsLoadCommand()
1505 MachOObjectFile::getRelocation(DataRefImpl Rel) const { in getRelocation()
1511 MachOObjectFile::getDice(DataRefImpl Rel) const { in getDice()
1516 MachO::mach_header MachOObjectFile::getHeader() const { in getHeader()
1520 MachO::mach_header_64 MachOObjectFile::getHeader64() const { in getHeader64()
1524 uint32_t MachOObjectFile::getIndirectSymbolTableEntry( in getIndirectSymbolTableEntry()
1532 MachOObjectFile::getDataInCodeTableEntry(uint32_t DataOffset, in getDataInCodeTableEntry()
1538 MachO::symtab_command MachOObjectFile::getSymtabLoadCommand() const { in getSymtabLoadCommand()
1542 MachO::dysymtab_command MachOObjectFile::getDysymtabLoadCommand() const { in getDysymtabLoadCommand()
1547 MachOObjectFile::getDataInCodeLoadCommand() const { in getDataInCodeLoadCommand()
1560 StringRef MachOObjectFile::getStringTableData() const { in getStringTableData()
1565 bool MachOObjectFile::is64Bit() const { in is64Bit()
1570 void MachOObjectFile::ReadULEB128s(uint64_t Index, in ReadULEB128s()
1587 Ret.reset(new MachOObjectFile(Buffer, false, false, ec)); in createMachOObjectFile()
1589 Ret.reset(new MachOObjectFile(Buffer, true, false, ec)); in createMachOObjectFile()
1591 Ret.reset(new MachOObjectFile(Buffer, false, true, ec)); in createMachOObjectFile()
1593 Ret.reset(new MachOObjectFile(Buffer, true, true, ec)); in createMachOObjectFile()