Searched refs:getSegmentLoadCommand (Results 1 – 4 of 4) sorted by relevance
177 getSegmentLoadCommand(const LoadCommandInfo &L) const;
184 MachOObj->getSegmentLoadCommand(Command); in getSectionsAndSymbols()
127 MachO::segment_command SLC = Obj.getSegmentLoadCommand(LCI); in DumpSegmentCommand()
239 MachO::segment_command S = O->getSegmentLoadCommand(L); in getSegmentLoadCommandNumSections()1490 MachOObjectFile::getSegmentLoadCommand(const LoadCommandInfo &L) const { in getSegmentLoadCommand() function in llvm::object::MachOObjectFile