Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp170 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
177 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h676 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4695 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1412 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
10224 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()