Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DMachO.h667 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DMachODumper.cpp796 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DMachOObjectFile.cpp4685 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A DMachODump.cpp1442 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
10501 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()