Go to the source code of this file.
|
Expected< ModuleDebugStreamRef > | llvm::pdb::getModuleDebugStream (PDBFile &File, StringRef &ModuleName, uint32_t Index) |
|
Expected< ModuleDebugStreamRef > | llvm::pdb::getModuleDebugStream (PDBFile &File, uint32_t Index) |
|
bool | llvm::pdb::shouldDumpSymbolGroup (uint32_t Idx, const SymbolGroup &Group, const FilterOptions &Filters) |
|
template<typename CallbackT > |
Error | llvm::pdb::iterateOneModule (InputFile &File, const PrintScope &HeaderScope, const SymbolGroup &SG, uint32_t Modi, CallbackT Callback) |
|
template<typename CallbackT > |
Error | llvm::pdb::iterateSymbolGroups (InputFile &Input, const PrintScope &HeaderScope, CallbackT Callback) |
|
template<typename SubsectionT > |
Error | llvm::pdb::iterateModuleSubsections (InputFile &File, const PrintScope &HeaderScope, llvm::function_ref< Error(uint32_t, const SymbolGroup &, SubsectionT &)> Callback) |
|