|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Derived Classes
include/llvm/DebugInfo/PDB/Native/NativeSession.h 28 class NativeSession : public IPDBSession {
unittests/DebugInfo/PDB/PDBApiTest.cpp 66 class MockSession : public IPDBSession {
Declarations
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h 24 class IPDBSession;
include/llvm/DebugInfo/PDB/PDB.h 20 class IPDBSession;
include/llvm/DebugInfo/PDB/PDBSymbol.h 48 class IPDBSession;
References
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h 40 int Indent, const IPDBSession &Session,
include/llvm/DebugInfo/PDB/Native/NativeSession.h 28 class NativeSession : public IPDBSession {
35 std::unique_ptr<IPDBSession> &Session);
37 std::unique_ptr<IPDBSession> &Session);
include/llvm/DebugInfo/PDB/PDB.h 23 std::unique_ptr<IPDBSession> &Session);
26 std::unique_ptr<IPDBSession> &Session);
include/llvm/DebugInfo/PDB/PDBContext.h 35 std::unique_ptr<IPDBSession> PDBSession);
60 std::unique_ptr<IPDBSession> Session;
include/llvm/DebugInfo/PDB/PDBSymbol.h 74 static std::unique_ptr<PDBSymbol> createSymbol(const IPDBSession &PDBSession,
78 explicit PDBSymbol(const IPDBSession &PDBSession);
83 create(const IPDBSession &PDBSession,
85 static std::unique_ptr<PDBSymbol> create(const IPDBSession &PDBSession,
90 createAs(const IPDBSession &PDBSession,
96 static std::unique_ptr<ConcreteT> createAs(const IPDBSession &PDBSession,
151 const IPDBSession &getSession() const { return Session; }
163 const IPDBSession &Session;
lib/DebugInfo/PDB/Native/NativeSession.cpp 60 std::unique_ptr<IPDBSession> &Session) {
79 std::unique_ptr<IPDBSession> &Session) {
lib/DebugInfo/PDB/PDB.cpp 24 std::unique_ptr<IPDBSession> &Session) {
44 std::unique_ptr<IPDBSession> &Session) {
lib/DebugInfo/PDB/PDBContext.cpp 24 std::unique_ptr<IPDBSession> PDBSession)
lib/DebugInfo/PDB/PDBSymbol.cpp 52 PDBSymbol::PDBSymbol(const IPDBSession &PDBSession) : Session(PDBSession) {}
64 PDBSymbol::createSymbol(const IPDBSession &PDBSession, PDB_SymType Tag) {
102 PDBSymbol::create(const IPDBSession &PDBSession,
110 std::unique_ptr<PDBSymbol> PDBSymbol::create(const IPDBSession &PDBSession,
187 const IPDBSession &Session,
lib/DebugInfo/PDB/PDBSymbolFunc.cpp 31 FunctionArgEnumerator(const IPDBSession &PDBSession,
73 const IPDBSession &Session;
lib/DebugInfo/PDB/PDBSymbolTypeFunctionSig.cpp 29 FunctionArgEnumerator(const IPDBSession &PDBSession,
34 FunctionArgEnumerator(const IPDBSession &PDBSession,
59 const IPDBSession &Session;
lib/DebugInfo/PDB/UDTLayout.cpp 34 const IPDBSession &Session = Symbol.getSession();
lib/DebugInfo/Symbolize/Symbolize.cpp 459 std::unique_ptr<IPDBSession> Session;
tools/lld/COFF/DebugTypes.cpp 249 std::unique_ptr<llvm::pdb::IPDBSession> iSession;
tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp 280 const IPDBSession &session = symbol.getSession();
830 const IPDBSession &session = symbol.getSession();
1083 IPDBSession &session = symbol_file->GetPDBSession();
tools/lldb/source/Plugins/SymbolFile/PDB/PDBLocationToDWARFExpression.cpp 31 GetCorrespondingFrameData(const IPDBSession &session,
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 1718 IPDBSession &SymbolFilePDB::GetPDBSession() { return *m_session_up; }
1720 const IPDBSession &SymbolFilePDB::GetPDBSession() const {
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.h 157 llvm::pdb::IPDBSession &GetPDBSession();
159 const llvm::pdb::IPDBSession &GetPDBSession() const;
245 std::unique_ptr<llvm::pdb::IPDBSession> m_session_up;
tools/llvm-pdbutil/InputFile.cpp 276 std::unique_ptr<IPDBSession> Session;
tools/llvm-pdbutil/PrettyCompilandDumper.cpp 57 const IPDBSession &Session = Symbol.getSession();
tools/llvm-pdbutil/llvm-pdbutil.cpp 855 static PDBFile &loadPDB(StringRef Path, std::unique_ptr<IPDBSession> &Session) {
863 std::unique_ptr<IPDBSession> Session;
880 std::unique_ptr<IPDBSession> Session;
935 static void dumpInjectedSources(LinePrinter &Printer, IPDBSession &Session) {
1007 std::unique_ptr<IPDBSession> Session;
1055 std::unique_ptr<IPDBSession> Session;
1300 std::unique_ptr<IPDBSession> Session;
1345 std::unique_ptr<IPDBSession> Session;
1357 std::unique_ptr<IPDBSession> Session;
unittests/DebugInfo/PDB/NativeSymbolReuseTest.cpp 31 std::unique_ptr<IPDBSession> S;
58 std::unique_ptr<IPDBSession> S;
100 std::unique_ptr<IPDBSession> S;
unittests/DebugInfo/PDB/PDBApiTest.cpp 66 class MockSession : public IPDBSession {
464 std::unique_ptr<IPDBSession> Session;
usr/include/c++/7.4.0/bits/move.h 72 constexpr _Tp&&
83 constexpr _Tp&&
usr/include/c++/7.4.0/bits/unique_ptr.h 68 default_delete(const default_delete<_Up>&) noexcept { }
72 operator()(_Tp* __ptr) const
74 static_assert(!is_void<_Tp>::value,
76 static_assert(sizeof(_Tp)>0,
122 using type = _Up*;
137 using pointer = typename _Ptr<_Tp, _Dp>::type;
161 typename __uniq_ptr_impl<_Tp, _Up>::_DeleterConstraint::type;
163 __uniq_ptr_impl<_Tp, _Dp> _M_t;
166 using pointer = typename __uniq_ptr_impl<_Tp, _Dp>::pointer;
167 using element_type = _Tp;
252 unique_ptr(unique_ptr<_Up, _Ep>&& __u) noexcept
824 make_unique(_Args&&... __args)
usr/include/c++/7.4.0/type_traits 215 : public __is_void_helper<typename remove_cv<_Tp>::type>::type
581 : public __or_<is_lvalue_reference<_Tp>,
582 is_rvalue_reference<_Tp>>::type
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
601 : public __not_<__or_<is_function<_Tp>, is_reference<_Tp>,
602 is_void<_Tp>>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
638 : public __or_<is_object<_Tp>, is_reference<_Tp>>::type
1554 { typedef _Tp type; };
1563 { typedef _Tp type; };
1574 remove_const<typename remove_volatile<_Tp>::type>::type type;
1645 { typedef _Tp& type; };
1650 : public __add_lvalue_reference_helper<_Tp>