LLVM 19.0.0git
llvm::pdb::LinePrinter Member List

This is the complete list of members for llvm::pdb::LinePrinter, including all inherited members.

format(const char *Fmt, Ts &&...Items)llvm::pdb::LinePrinterinline
formatBinary(StringRef Label, ArrayRef< uint8_t > Data, uint64_t StartOffset)llvm::pdb::LinePrinter
formatBinary(StringRef Label, ArrayRef< uint8_t > Data, uint64_t BaseAddr, uint64_t StartOffset)llvm::pdb::LinePrinter
formatLine(const char *Fmt, Ts &&...Items)llvm::pdb::LinePrinterinline
formatMsfStreamBlocks(PDBFile &File, const msf::MSFStreamLayout &Stream)llvm::pdb::LinePrinter
formatMsfStreamData(StringRef Label, PDBFile &File, uint32_t StreamIdx, StringRef StreamPurpose, uint64_t Offset, uint64_t Size)llvm::pdb::LinePrinter
formatMsfStreamData(StringRef Label, PDBFile &File, const msf::MSFStreamLayout &Stream, BinarySubstreamRef Substream)llvm::pdb::LinePrinter
getFilters() constllvm::pdb::LinePrinterinline
getIndentLevel() constllvm::pdb::LinePrinterinline
getStream()llvm::pdb::LinePrinterinline
hasColor() constllvm::pdb::LinePrinterinline
Indent(uint32_t Amount=0)llvm::pdb::LinePrinter
IsClassExcluded(const ClassLayout &Class)llvm::pdb::LinePrinter
IsCompilandExcluded(llvm::StringRef CompilandName)llvm::pdb::LinePrinter
IsSymbolExcluded(llvm::StringRef SymbolName)llvm::pdb::LinePrinter
IsTypeExcluded(llvm::StringRef TypeName, uint64_t Size)llvm::pdb::LinePrinter
LinePrinter(int Indent, bool UseColor, raw_ostream &Stream, const FilterOptions &Filters)llvm::pdb::LinePrinter
NewLine()llvm::pdb::LinePrinter
print(const Twine &T)llvm::pdb::LinePrinter
printLine(const Twine &T)llvm::pdb::LinePrinter
Unindent(uint32_t Amount=0)llvm::pdb::LinePrinter
WithColorllvm::pdb::LinePrinterfriend