Searched refs:LoadCommandInfo (Results 1 – 2 of 2) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
| D | MachO.h | 264 struct LoadCommandInfo { struct 268 using LoadCommandList = SmallVector<LoadCommandInfo, 4>; argument 489 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const; 490 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const; 495 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const; 497 getSegmentLoadCommand(const LoadCommandInfo &L) const; 499 getSegment64LoadCommand(const LoadCommandInfo &L) const; 501 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const; 503 getVersionMinLoadCommand(const LoadCommandInfo &L) const; 505 getNoteLoadCommand(const LoadCommandInfo &L) const; [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
| D | MachOObjectFile.cpp | 94 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr() 186 static Expected<MachOObjectFile::LoadCommandInfo> 196 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo() 201 static Expected<MachOObjectFile::LoadCommandInfo> 211 static Expected<MachOObjectFile::LoadCommandInfo> 213 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo() 278 const MachOObjectFile &Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand() 402 const MachOObjectFile::LoadCommandInfo &Load, in checkSymtabCommand() 460 const MachOObjectFile::LoadCommandInfo &Load, in checkDysymtabCommand() 593 const MachOObjectFile::LoadCommandInfo &Load, in checkLinkeditDataCommand() [all …]
|