Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOUniversalWriter.cpp48 : O.getSegmentLoadCommand(LC).nsects); in calculateFileAlignment()
58 : O.getSegmentLoadCommand(LC).vmaddr); in calculateFileAlignment()
H A DMachOObjectFile.cpp3201 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in MachOAbstractFixupEntry()
4469 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp146 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()
550 LCI, InputBinary.getSegmentLoadCommand(LCI), InputBinary, Writer, in generateDsymCompanion()
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp214 MachO::segment_command SLC = MachO->getSegmentLoadCommand(Command); in getImageBaseAddress()
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp246 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes()
315 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp211 MachO::segment_command LCSeg = O.getSegmentLoadCommand(LC); in readStartAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h625 getSegmentLoadCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp375 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp322 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
700 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
1028 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations()
1055 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts()
3050 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
3116 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
10121 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
10297 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1218 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()