Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Object/
H A DMachOUniversalWriter.cpp48 : O.getSegmentLoadCommand(LC).nsects); in calculateFileAlignment()
58 : O.getSegmentLoadCommand(LC).vmaddr); in calculateFileAlignment()
H A DMachOObjectFile.cpp3251 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in MachOAbstractFixupEntry()
4650 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile
/openbsd/gnu/llvm/llvm/tools/dsymutil/
H A DMachOUtils.cpp147 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()
551 LCI, InputBinary.getSegmentLoadCommand(LCI), InputBinary, Writer, in generateDsymCompanion()
/openbsd/gnu/llvm/llvm/tools/llvm-gsymutil/
H A Dllvm-gsymutil.cpp215 MachO::segment_command SLC = MachO->getSegmentLoadCommand(Command); in getImageBaseAddress()
/openbsd/gnu/llvm/llvm/tools/llvm-size/
H A Dllvm-size.cpp249 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes()
318 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h653 getSegmentLoadCommand(const LoadCommandInfo &L) const;
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp374 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
/openbsd/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp335 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
713 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
1041 const MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintRelocations()
1068 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in PrintFunctionStarts()
1231 MachO::segment_command SLC = O->getSegmentLoadCommand(Command); in GetSegmentNames()
3284 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
3350 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
10393 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
10569 MachO::segment_command Seg = Obj->getSegmentLoadCommand(Command); in printMachOExportsTrie()
/openbsd/gnu/llvm/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp1225 MachO::segment_command Seg = MachO.getSegmentLoadCommand(Command); in dumpSymbolsFromDLInfoMachO()