Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMachO.h717 MachO::linkedit_data_command getLinkOptHintsLoadCommand() const;
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DMachOObjectFile.cpp4895 MachOObjectFile::getLinkOptHintsLoadCommand() const { in getLinkOptHintsLoadCommand() function in MachOObjectFile
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1145 MachO::linkedit_data_command LohLC = O->getLinkOptHintsLoadCommand(); in PrintLinkOptHints()