Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h616 MachO::section_64 getSection64(DataRefImpl DRI) const;
618 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp182 MachO::section_64 Sect = O.getSection64(Sec); in getSectionFlags()
1927 return getSection64(Sec).addr; in getSectionAddress()
1944 MachO::section_64 Sect = getSection64(Sec); in getSectionSize()
1975 MachO::section_64 Sect = getSection64(Sec); in getSectionContents()
1990 MachO::section_64 Sect = getSection64(Sec); in getSectionAlignment()
2119 return getSection64(Sec).offset == 0; in isSectionStripped()
2134 MachO::section_64 Sect = getSection64(Sec); in section_rel_end()
4434 MachO::section_64 MachOObjectFile::getSection64(DataRefImpl DRI) const { in getSection64() function in MachOObjectFile
4445 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64() function in MachOObjectFile
4590 MachO::section_64 Sect = getSection64(Sec); in getRelocation()
H A DMachOUniversalWriter.cpp52 (Is64Bit ? O.getSection64(LC, SI).align in calculateFileAlignment()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h164 O->is64Bit() ? O->getSection64(Section.getRawDataRefImpl()).offset in BinarySection()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp238 return Obj.getSection64(LCI, Idx); in getSection()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DMachOLinkGraphBuilder.cpp130 Obj.getSection64(SecRef.getRawDataRefImpl()); in createNormalizedSections()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp674 MachO::section_64 Sec = O->getSection64(Load, J); in PrintIndirectSymbols()
1010 const MachO::section_64 Sec = O->getSection64(Load, J); in PrintRelocations()
1452 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1542 const MachO::section_64 Sec = O->getSection64(Ref); in DumpLiteralPointerSection()
1763 const MachO::section_64 Sec = O->getSection64(Ref); in DumpSectionContents()
3031 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessCstringPointer()
3087 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessIndirectSymbol()
3238 MachO::section_64 Sec = info->O->getSection64(Load, J); in GuessPointerPointer()
10141 MachO::section_64 S_64 = Obj->getSection64(Command, j); in PrintLoadCommands()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp358 MachO::section_64 Sect = Obj->getSection64(Sec); in getSection()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp637 MachO::section_64 Sec = O.getSection64(Load, J); in findMachOIndirectCovFunctions()