Home
last modified time | relevance | path

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

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