Searched refs:LoadCommandInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | MachO.h | 413 struct LoadCommandInfo { struct 417 using LoadCommandList = SmallVector<LoadCommandInfo, 4>; argument 654 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const; 655 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const; 660 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const; 662 getSegmentLoadCommand(const LoadCommandInfo &L) const; 664 getSegment64LoadCommand(const LoadCommandInfo &L) const; 666 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const; 668 getVersionMinLoadCommand(const LoadCommandInfo &L) const; 670 getNoteLoadCommand(const LoadCommandInfo &L) const; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | MachOObjectFile.cpp | 97 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() 191 static Expected<MachOObjectFile::LoadCommandInfo> 202 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo() 207 static Expected<MachOObjectFile::LoadCommandInfo> 218 static Expected<MachOObjectFile::LoadCommandInfo> 220 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo() 287 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand() 411 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand() 469 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand() 602 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/MachO/ |
| H A D | MachOReader.cpp | 61 const object::MachOObjectFile::LoadCommandInfo &LoadCmd, in extractSections()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/ |
| H A D | DylibReader.cpp | 56 auto getOSVersion = [&](const MachOObjectFile::LoadCommandInfo &cmd) { in constructTriples()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | MachODumper.cpp | 371 const MachOObjectFile::LoadCommandInfo &L, in getSegment()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | MachODump.cpp | 1036 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in PrintFunctionStarts() 1053 for (const MachOObjectFile::LoadCommandInfo &LC : O->load_commands()) { in PrintFunctionStarts() 1199 for (const MachOObjectFile::LoadCommandInfo &Command : O->load_commands()) { in GetSegmentNames()
|