Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h673 getDyldInfoLoadCommand(const LoadCommandInfo &L) const;
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp4701 MachOObjectFile::getDyldInfoLoadCommand(const LoadCommandInfo &L) const { in getDyldInfoLoadCommand() function in MachOObjectFile
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp10133 MachO::dyld_info_command DyldInfo = Obj->getDyldInfoLoadCommand(Command); in PrintLoadCommands()