Home
last modified time | relevance | path

Searched refs:getSection64 (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h495 MachO::section_64 getSection64(DataRefImpl DRI) const;
497 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp176 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1873 return getSection64(Sec).addr; in getSectionAddress()
1890 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1916 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1932 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2009 return getSection64(Sec).offset == 0; in isSectionStripped()
2024 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4235 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
4246 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
4391 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp322 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp409 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
750 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1129 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1216 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1432 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
2674 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
2730 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
2889 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
9670 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()