Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/macho-dump/
HDmacho-dump.cpp303 MachO::linker_option_command LOLC = Obj.getLinkerOptionLoadCommand(LCI); in DumpLinkerOptionsCommand()
/NextBSD/contrib/llvm/include/llvm/Object/
HDMachO.h345 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
/NextBSD/contrib/llvm/lib/Object/
HDMachOObjectFile.cpp1999 MachOObjectFile::getLinkerOptionLoadCommand(const LoadCommandInfo &L) const { in getLinkerOptionLoadCommand() function in MachOObjectFile
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp8388 Obj->getLinkerOptionLoadCommand(Command); in PrintLoadCommands()