Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DMachO.h508 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp857 MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load); in printMachOLinkerOptions()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DMachOObjectFile.cpp4280 MachOObjectFile::getLinkerOptionLoadCommand(const LoadCommandInfo &L) const { in getLinkerOptionLoadCommand() function in MachOObjectFile
/freebsd-12.1/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp9728 Obj->getLinkerOptionLoadCommand(Command); in PrintLoadCommands()