Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DMachOUtils.cpp129 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()
452 transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI), in generateDsymCompanion()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp157 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in PrintDarwinSectionSizes()
224 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in PrintDarwinSegmentSizes()
/external/llvm/include/llvm/Object/
DMachO.h340 getSegmentLoadCommand(const LoadCommandInfo &L) const;
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp337 MachO::segment_command SC = Obj->getSegmentLoadCommand(L); in getSegment()
/external/llvm/tools/llvm-objdump/
DMachODump.cpp292 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
392 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
2112 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
2182 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
8527 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2001 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile