Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h518 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp690 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4305 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp902 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
9758 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()