reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
368 const StringRef FileName = MachOObj->getFileName(); 369 for (const SymbolRef &Symbol : MachOObj->symbols()) { 375 for (const SectionRef &Section : MachOObj->sections()) 379 for (const auto &Command : MachOObj->load_commands()) { 384 MachOObj->getLinkeditDataLoadCommand(Command); 386 MachOObj->ReadULEB128s(LLC.dataoff, FoundFns); 388 MachO::segment_command SLC = MachOObj->getSegmentLoadCommand(Command); 395 MachO::segment_command_64 SLC = MachOObj->getSegment64LoadCommand(Command);