LLVM
8.0.1
|
#include "llvm/DebugInfo/PDB/DIA/DIASession.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumDebugStreams.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumFrameData.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumInjectedSources.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumLineNumbers.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumSectionContribs.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumSourceFiles.h"
#include "llvm/DebugInfo/PDB/DIA/DIAEnumTables.h"
#include "llvm/DebugInfo/PDB/DIA/DIAError.h"
#include "llvm/DebugInfo/PDB/DIA/DIARawSymbol.h"
#include "llvm/DebugInfo/PDB/DIA/DIASourceFile.h"
#include "llvm/DebugInfo/PDB/DIA/DIASupport.h"
#include "llvm/DebugInfo/PDB/GenericError.h"
#include "llvm/DebugInfo/PDB/PDB.h"
#include "llvm/DebugInfo/PDB/PDBSymbolCompiland.h"
#include "llvm/DebugInfo/PDB/PDBSymbolExe.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
template<typename... Ts> | |
static Error | ErrorFromHResult (HRESULT Result, const char *Str, Ts &&... Args) |
static Error | LoadDIA (CComPtr< IDiaDataSource > &DiaDataSource) |
template<class T > | |
static CComPtr< T > | getTableEnumerator (IDiaSession &Session) |
|
static |
Definition at line 35 of file DIASession.cpp.
References llvm::pdb::already_loaded, llvm::AMDGPU::HSAMD::Kernel::Key::Args, Context, llvm::pdb::debug_info_mismatch, llvm::errorCodeToError(), llvm::format_hex(), llvm::formatv(), llvm::pdb::invalid_file_format, llvm::pdb::invalid_parameter, llvm::raw_string_ostream::str(), and llvm::pdb::unspecified.
Referenced by llvm::pdb::DIASession::createFromExe(), llvm::pdb::DIASession::createFromPdb(), and LoadDIA().
|
static |
Definition at line 387 of file DIASession.cpp.
References llvm::Enumerator.
|
static |
Definition at line 66 of file DIASession.cpp.
References llvm::pdb::dia_failed_loading, ErrorFromHResult(), and llvm::Error::success().
Referenced by llvm::pdb::DIASession::createFromExe(), and llvm::pdb::DIASession::createFromPdb().