Home
last modified time | relevance | path

Searched refs:getSegment64LoadCommand (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOUniversalWriter.cpp47 (Is64Bit ? O.getSegment64LoadCommand(LC).nsects in calculateFileAlignment()
57 countTrailingZeros(Is64Bit ? O.getSegment64LoadCommand(LC).vmaddr in calculateFileAlignment()
H A DMachOObjectFile.cpp3207 MachO::segment_command_64 SLC_64 = O->getSegment64LoadCommand(Command); in MachOAbstractFixupEntry()
4474 MachOObjectFile::getSegment64LoadCommand(const LoadCommandInfo &L) const { in getSegment64LoadCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DMachOUtils.cpp148 Segment = Obj.getSegment64LoadCommand(LCI); in iterateOnSegments()
555 LCI, InputBinary.getSegment64LoadCommand(LCI), InputBinary, Writer, in generateDsymCompanion()
/llvm-project-15.0.7/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp219 MachO::segment_command_64 SLC = MachO->getSegment64LoadCommand(Command); in getImageBaseAddress()
/llvm-project-15.0.7/llvm/tools/llvm-size/
H A Dllvm-size.cpp220 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSectionSizes()
289 MachO::segment_command_64 Seg = MachO->getSegment64LoadCommand(Load); in printDarwinSegmentSizes()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DMachORewriteInstance.cpp219 MachO::segment_command_64 LCSeg = O.getSegment64LoadCommand(LC); in readStartAddress()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h627 getSegment64LoadCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp329 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command); in getSectionsAndSymbols()
672 MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintIndirectSymbols()
1008 const MachO::segment_command_64 Seg = O->getSegment64LoadCommand(Load); in PrintRelocations()
1061 MachO::segment_command_64 SLC = O->getSegment64LoadCommand(Command); in PrintFunctionStarts()
3029 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessCstringPointer()
3085 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessIndirectSymbol()
3236 MachO::segment_command_64 Seg = info->O->getSegment64LoadCommand(Load); in GuessPointerPointer()
10134 MachO::segment_command_64 SLC_64 = Obj->getSegment64LoadCommand(Command); in PrintLoadCommands()
10303 MachO::segment_command_64 Seg = Obj->getSegment64LoadCommand(Command); in printMachOExportsTrie()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp389 MachO::segment_command_64 SC = Obj->getSegment64LoadCommand(L); in getSegment()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp635 MachO::segment_command_64 Seg = O.getSegment64LoadCommand(Load); in findMachOIndirectCovFunctions()
/llvm-project-15.0.7/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1224 MachO::segment_command_64 Seg = MachO.getSegment64LoadCommand(Command); in dumpSymbolsFromDLInfoMachO()