Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp171 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
178 auto DLLC = Obj->getDylibIDLoadCommand(LCI); in readMachOHeader()
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h671 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DMachODumper.cpp798 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in printNeededLibraries()
/src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1416 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
10205 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()
/src/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4696 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile