Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h648 MachO::section_64 getSection64(DataRefImpl DRI) const;
650 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/src/contrib/llvm-project/llvm/tools/llvm-size/
H A Dllvm-size.cpp225 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSectionSizes()
287 MachO::section_64 Sec = MachO->getSection64(Load, J); in printDarwinSegmentSizes()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp184 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1943 return getSection64(Sec).addr; in getSectionAddress()
1960 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1991 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
2006 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2170 return getSection64(Sec).offset == 0; in isSectionStripped()
2185 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4626 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
4637 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
4787 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
H A DMachOUniversalWriter.cpp52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp136 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp661 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
997 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1657 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1747 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1961 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3227 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3283 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3434 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
10117 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp357 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()