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

References

include/llvm/IR/DataLayout.h
  298   bool hasLinkerPrivateGlobalPrefix() const { return ManglingMode == MM_MachO; }
  301     if (ManglingMode == MM_MachO)
  313     case MM_MachO:
  329     case MM_MachO:
lib/IR/DataLayout.cpp
  436         ManglingMode = MM_MachO;