1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/include/llvm/DebugInfo/PDB
Zachary Turner 754851ad80 DebugInfoPDB: Make the symbol base case hold an IPDBSession ref.
Dumping a symbol often requires access to data that isn't inside
the symbol hierarchy, but which is only accessible through the
top-level session.  This patch is a pure interface change to give
symbols a reference to the session.

llvm-svn: 228542
2015-02-08 20:58:09 +00:00
..
IPDBDataStream.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
IPDBEnumChildren.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
IPDBLineNumber.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
IPDBRawSymbol.h Some cleanup for libpdb. 2015-02-08 00:29:29 +00:00
IPDBSession.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
IPDBSourceFile.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
PDB.h Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
PDBSymbol.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolAnnotation.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolBlock.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolCompiland.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolCompilandDetails.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolCompilandEnv.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolCustom.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolData.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolExe.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolFunc.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolFuncDebugEnd.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolFuncDebugStart.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolLabel.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolPublicSymbol.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolThunk.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeArray.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeBaseClass.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeBuiltin.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeCustom.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeDimension.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeEnum.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeFriend.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeFunctionArg.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeFunctionSig.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeManaged.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypePointer.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeTypedef.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeUDT.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeVTable.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolTypeVTableShape.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolUnknown.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBSymbolUsingNamespace.h DebugInfoPDB: Make the symbol base case hold an IPDBSession ref. 2015-02-08 20:58:09 +00:00
PDBTypes.h Some cleanup for libpdb. 2015-02-08 00:29:29 +00:00