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

References

lib/DebugInfo/DWARF/DWARFContext.cpp
   81     if (LC.C.cmd == MachO::LC_UUID) {
lib/Object/MachOObjectFile.cpp
 1377     } else if (Load.C.cmd == MachO::LC_UUID) {
tools/dsymutil/MachOUtils.cpp
  380     case MachO::LC_UUID:
tools/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/DynamicLoaderMacOSXDYLD.cpp
  877       case llvm::MachO::LC_UUID:
tools/lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp
 4753     if (load_cmd.cmd == LC_UUID) {
tools/llvm-objcopy/MachO/MachOLayoutBuilder.cpp
  327     case MachO::LC_UUID:
tools/llvm-objdump/MachODump.cpp
10112     } else if (Command.C.cmd == MachO::LC_UUID) {