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

References

tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
  110     PdbCompilandId id, llvm::pdb::ModuleDebugStreamRef debug_stream,
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.h
   38   CompilandIndexItem(PdbCompilandId m_id,
   43   PdbCompilandId m_id;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.cpp
   68 PdbSymUid::PdbSymUid(const PdbCompilandId &cid) {
  117 PdbCompilandId PdbSymUid::asCompiland() const {
  120   PdbCompilandId result;
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbSymUid.h
   97   PdbSymUid(const PdbCompilandId &cid);
  107   PdbCompilandId asCompiland() const;
  114 template <typename T> uint64_t toOpaqueUid(const T &cid) {
usr/include/c++/7.4.0/bits/move.h
   72     constexpr _Tp&&
   73     forward(typename std::remove_reference<_Tp>::type& __t) noexcept
   83     constexpr _Tp&&
   84     forward(typename std::remove_reference<_Tp>::type&& __t) noexcept
usr/include/c++/7.4.0/bits/unique_ptr.h
  824     make_unique(_Args&&... __args)
  825     { return unique_ptr<_Tp>(new _Tp(std::forward<_Args>(__args)...)); }
usr/include/c++/7.4.0/type_traits
 1629     { typedef _Tp   type; };