Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DMachO.h629 getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DMachODumper.cpp965 MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load); in printMachOLinkerOptions()
/llvm-project-15.0.7/llvm/lib/Object/
H A DMachOObjectFile.cpp4479 MachOObjectFile::getLinkerOptionLoadCommand(const LoadCommandInfo &L) const { in getLinkerOptionLoadCommand() function in MachOObjectFile
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp10199 Obj->getLinkerOptionLoadCommand(Command); in PrintLoadCommands()