Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h267 struct LoadCommandInfo { struct
512 getNoteLoadCommand(const LoadCommandInfo &L) const;
522 getDylinkerCommand(const LoadCommandInfo &L) const;
524 getUuidCommand(const LoadCommandInfo &L) const;
526 getRpathCommand(const LoadCommandInfo &L) const;
530 getEntryPointCommand(const LoadCommandInfo &L) const;
540 getSubLibraryCommand(const LoadCommandInfo &L) const;
542 getSubClientCommand(const LoadCommandInfo &L) const;
544 getRoutinesCommand(const LoadCommandInfo &L) const;
546 getRoutinesCommand64(const LoadCommandInfo &L) const;
[all …]
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp95 getSectionPtr(const MachOObjectFile &O, MachOObjectFile::LoadCommandInfo L, in getSectionPtr()
183 static Expected<MachOObjectFile::LoadCommandInfo>
193 return MachOObjectFile::LoadCommandInfo({Ptr, *CmdOrErr}); in getLoadCommandInfo()
198 static Expected<MachOObjectFile::LoadCommandInfo>
208 static Expected<MachOObjectFile::LoadCommandInfo>
210 const MachOObjectFile::LoadCommandInfo &L) { in getNextLoadCommandInfo()
829 const MachOObjectFile::LoadCommandInfo &Load, in parseBuildVersionCommand()
1247 LoadCommandInfo Load; in MachOObjectFile()
4320 MachOObjectFile::getUuidCommand(const LoadCommandInfo &L) const { in getUuidCommand()
4325 MachOObjectFile::getRpathCommand(const LoadCommandInfo &L) const { in getRpathCommand()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp336 const MachOObjectFile::LoadCommandInfo &L, in getSegment()