Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h489 MachO::section_64 getSection64(DataRefImpl DRI) const;
491 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp178 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1919 return getSection64(Sec).addr; in getSectionAddress()
1936 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1967 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1982 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2071 return getSection64(Sec).offset == 0; in isSectionStripped()
2086 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4274 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
4285 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
4430 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
H A DMachOUniversalWriter.cpp45 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp230 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
292 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp132 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp344 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp668 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
1004 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1432 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1522 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1743 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3008 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3064 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3215 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
10104 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()