Home
last modified time | relevance | path

Searched refs:getLinkOptHintsLoadCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/llvm/include/llvm/Object/
HDMachO.h717 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/freebsd-head/contrib/llvm-project/llvm/lib/Object/
HDMachOObjectFile.cpp4895 MachOObjectFile::getLinkOptHintsLoadCommand() const { in getLinkOptHintsLoadCommand() function in MachOObjectFile
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-objdump/
HDMachODump.cpp1145 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints()