Home
last modified time | relevance | path

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

/external/llvm/tools/macho-dump/
Dmacho-dump.cpp334 MachO::dylib_command DLLC = Obj.getDylibIDLoadCommand(LCI); in DumpDylibID()
/external/llvm/include/llvm/Object/
DMachO.h354 getDylibIDLoadCommand(const LoadCommandInfo &L) const;
/external/llvm/lib/Object/
DMachOObjectFile.cpp2324 MachOObjectFile::getDylibIDLoadCommand(const LoadCommandInfo &L) const { in getDylibIDLoadCommand() function in MachOObjectFile
/external/llvm/tools/llvm-objdump/
DMachODump.cpp559 MachO::dylib_command dl = O->getDylibIDLoadCommand(Load); in PrintDylibs()
8472 MachO::dylib_command Dl = Obj->getDylibIDLoadCommand(Command); in PrintLoadCommands()