Home
last modified time | relevance | path

Searched refs:LoadCommandInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Object/
DMachO.h189 struct LoadCommandInfo { struct
193 typedef SmallVector<LoadCommandInfo, 4> LoadCommandList; argument
332 MachO::section getSection(const LoadCommandInfo &L, unsigned Index) const;
333 MachO::section_64 getSection64(const LoadCommandInfo &L,unsigned Index) const;
338 getLinkeditDataLoadCommand(const LoadCommandInfo &L) const;
340 getSegmentLoadCommand(const LoadCommandInfo &L) const;
342 getSegment64LoadCommand(const LoadCommandInfo &L) const;
344 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
346 getVersionMinLoadCommand(const LoadCommandInfo &L) const;
348 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
[all …]
/external/llvm/lib/Object/
DMachOObjectFile.cpp69 getSectionPtr(const MachOObjectFile *O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
164 static ErrorOr<MachOObjectFile::LoadCommandInfo>
171 MachOObjectFile::LoadCommandInfo Load; in getLoadCommandInfo()
177 static ErrorOr<MachOObjectFile::LoadCommandInfo>
184 static ErrorOr<MachOObjectFile::LoadCommandInfo>
186 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()
205 const MachOObjectFile *Obj, const MachOObjectFile::LoadCommandInfo &Load, in parseSegmentLoadCommand()
250 LoadCommandInfo Load = LoadOrErr.get(); in MachOObjectFile()
1971 MachO::section MachOObjectFile::getSection(const LoadCommandInfo &L, in getSection()
1977 MachO::section_64 MachOObjectFile::getSection64(const LoadCommandInfo &L, in getSection64()
[all …]
/external/llvm/tools/dsymutil/
DMachOUtils.cpp205 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
212 const object::MachOObjectFile::LoadCommandInfo &LCI, unsigned Idx) { in getSection()
226 const object::MachOObjectFile::LoadCommandInfo &LCI, SegmentTy Segment, in transferSegmentAndSections()
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp334 const MachOObjectFile::LoadCommandInfo &L, in getSegment()