reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/MachO.h
  501   getLinkerOptionLoadCommand(const LoadCommandInfo &L) const;

References

tools/llvm-objdump/MachODump.cpp
10147           Obj->getLinkerOptionLoadCommand(Command);
tools/llvm-readobj/MachODumper.cpp
  875       MachO::linker_option_command LOLC = Obj->getLinkerOptionLoadCommand(Load);