1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/DebugInfo/PDB
Zachary Turner 422f6e29d5 Provide DIA implementation of DebugInfoPDB.
This implements DebugInfoPDB when the DIA SDK is present on the system.
Specifically, this means that the following conditions are met:
  1) You are building on Windows.
  2) You are building with MSVC.
  3) Visual Studio did not corrupt the installation of DIA due to a
     known issue with side-by-side installations of VS2012 and VS2013.
If all of these conditions are true, you will be able to pass a value
of PDB_Reader::DIA to PDB::createPdbReader().

There are no tests for this yet, as any test will be in the form of a
lit test which tests the llvm-pdbdump.exe, which still needs to be
rewritten in terms of this library.

llvm-svn: 228747
2015-02-10 21:17:52 +00:00
..
DIA Provide DIA implementation of DebugInfoPDB. 2015-02-10 21:17:52 +00:00
CMakeLists.txt Provide DIA implementation of DebugInfoPDB. 2015-02-10 21:17:52 +00:00
LLVMBuild.txt Resubmit "Create lib/DebugInfo/PDB" (r228428) 2015-02-06 20:30:52 +00:00
Makefile Try to fix Makefile build for LLVMDebugInfoPDB. 2015-02-06 20:42:03 +00:00
PDB.cpp Provide DIA implementation of DebugInfoPDB. 2015-02-10 21:17:52 +00:00
PDBInterfaceAnchors.cpp Some cleanup for libpdb. 2015-02-08 00:29:29 +00:00
PDBSymbol.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolAnnotation.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolBlock.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolCompiland.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolCompilandDetails.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolCompilandEnv.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolCustom.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolData.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolExe.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolFunc.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolFuncDebugEnd.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolFuncDebugStart.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolLabel.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolPublicSymbol.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolThunk.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolTypeArray.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeBaseClass.cpp Fix -Wuninitialized build by referencing the relevant ctor parameter instead of the base class member variable. 2015-02-08 23:15:37 +00:00
PDBSymbolTypeBuiltin.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeCustom.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeDimension.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeEnum.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeFriend.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeFunctionArg.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeFunctionSig.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeManaged.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypePointer.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeTypedef.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeUDT.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeVTable.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolTypeVTableShape.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolUnknown.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00
PDBSymbolUsingNamespace.cpp Make PDBSymbol's IPDBSymbol reference const. 2015-02-08 22:53:53 +00:00