|
LLVM 22.0.0git
|
#include "llvm/DebugInfo/PDB/Native/NativeExeSymbol.h"#include "llvm/DebugInfo/CodeView/CodeView.h"#include "llvm/DebugInfo/PDB/Native/DbiStream.h"#include "llvm/DebugInfo/PDB/Native/InfoStream.h"#include "llvm/DebugInfo/PDB/Native/NativeEnumModules.h"#include "llvm/DebugInfo/PDB/Native/NativeSession.h"#include "llvm/DebugInfo/PDB/Native/PDBFile.h"#include "llvm/DebugInfo/PDB/Native/SymbolCache.h"Go to the source code of this file.
Functions | |
| static DbiStream * | getDbiStreamPtr (NativeSession &Session) |
|
static |
Definition at line 22 of file NativeExeSymbol.cpp.
References llvm::consumeError(), llvm::Expected< T >::get(), llvm::pdb::PDBFile::getPDBDbiStream(), llvm::pdb::NativeSession::getPDBFile(), and llvm::Expected< T >::takeError().
Referenced by llvm::pdb::NativeSession::getModuleDebugStream(), llvm::pdb::NativeSession::getRVAFromSectOffset(), llvm::pdb::NativeExeSymbol::NativeExeSymbol(), and llvm::pdb::NativeSession::NativeSession().