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

Declarations

include/llvm/Object/MachO.h
  507   getBuildVersionLoadCommand(const LoadCommandInfo &L) const;

References

tools/dsymutil/MachOUtils.cpp
  390       Cmd = InputBinary.getBuildVersionLoadCommand(LCI);
tools/llvm-objdump/MachODump.cpp
10129           Obj->getBuildVersionLoadCommand(Command);
tools/llvm-readobj/MachODumper.cpp
  771       MachO::build_version_command BVC = Obj->getBuildVersionLoadCommand(Load);