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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
   57 static_assert(sizeof(GlobalSymIdRepr) == 8, "Invalid structure size!");
   62 template <typename OutT, typename InT> static OutT repr_cast(const InT &value) {
   62 template <typename OutT, typename InT> static OutT repr_cast(const InT &value) {
   63   OutT result;
   86   GlobalSymIdRepr repr;
  137   auto repr = repr_cast<GlobalSymIdRepr>(m_repr);
  137   auto repr = repr_cast<GlobalSymIdRepr>(m_repr);