LLVM 20.0.0git
|
#include "llvm/DebugInfo/PDB/Native/LinePrinter.h"
Public Attributes | |
std::list< std::string > | ExcludeTypes |
std::list< std::string > | ExcludeSymbols |
std::list< std::string > | ExcludeCompilands |
std::list< std::string > | IncludeTypes |
std::list< std::string > | IncludeSymbols |
std::list< std::string > | IncludeCompilands |
uint32_t | PaddingThreshold |
uint32_t | SizeThreshold |
std::optional< uint32_t > | DumpModi |
std::optional< uint32_t > | ParentRecurseDepth |
std::optional< uint32_t > | ChildrenRecurseDepth |
std::optional< uint32_t > | SymbolOffset |
bool | JustMyCode |
Definition at line 24 of file LinePrinter.h.
std::optional<uint32_t> FilterOptions::ChildrenRecurseDepth |
Definition at line 35 of file LinePrinter.h.
std::optional<uint32_t> FilterOptions::DumpModi |
Definition at line 33 of file LinePrinter.h.
Referenced by llvm::pdb::iterateSymbolGroups(), and llvm::pdb::shouldDumpSymbolGroup().
std::list<std::string> FilterOptions::ExcludeCompilands |
Definition at line 27 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
std::list<std::string> FilterOptions::ExcludeSymbols |
Definition at line 26 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
std::list<std::string> FilterOptions::ExcludeTypes |
Definition at line 25 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
std::list<std::string> FilterOptions::IncludeCompilands |
Definition at line 30 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
std::list<std::string> FilterOptions::IncludeSymbols |
Definition at line 29 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
std::list<std::string> FilterOptions::IncludeTypes |
Definition at line 28 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::LinePrinter().
bool FilterOptions::JustMyCode |
Definition at line 37 of file LinePrinter.h.
Referenced by llvm::pdb::shouldDumpSymbolGroup().
uint32_t FilterOptions::PaddingThreshold |
Definition at line 31 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::IsClassExcluded().
std::optional<uint32_t> FilterOptions::ParentRecurseDepth |
Definition at line 34 of file LinePrinter.h.
uint32_t FilterOptions::SizeThreshold |
Definition at line 32 of file LinePrinter.h.
Referenced by llvm::pdb::LinePrinter::IsTypeExcluded().
std::optional<uint32_t> FilterOptions::SymbolOffset |
Definition at line 36 of file LinePrinter.h.