Home
last modified time | relevance | path

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

/external/llvm/tools/dsymutil/
DMachOUtils.cpp130 Segment = adaptFrom32bits(Obj.getSegmentLoadCommand(LCI)); in iterateOnSegments()
452 transferSegmentAndSections(LCI, InputBinary.getSegmentLoadCommand(LCI), in generateDsymCompanion()
/external/llvm/tools/llvm-size/
Dllvm-size.cpp243 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSectionSizes()
312 MachO::segment_command Seg = MachO->getSegmentLoadCommand(Load); in printDarwinSegmentSizes()
/external/llvm/include/llvm/Object/
DMachO.h344 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.cpp328 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
433 MachO::segment_command Seg = O->getSegmentLoadCommand(Load); in PrintIndirectSymbols()
2256 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessCstringPointer()
2331 MachO::segment_command Seg = info->O->getSegmentLoadCommand(Load); in GuessIndirectSymbol()
8892 MachO::segment_command SLC = Obj->getSegmentLoadCommand(Command); in PrintLoadCommands()
/external/llvm/lib/Object/
DMachOObjectFile.cpp2101 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in MachOObjectFile