LLVM 22.0.0git
DIARawSymbol.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define RAW_ID_METHOD_DUMP(Stream, Method, Session, FieldId, ShowFlags, RecurseFlags)
#define RAW_METHOD_DUMP(Stream, Method)
#define RAW_METHOD_DUMP_AS(Stream, Method, Type)

Functions

llvm::raw_ostreamllvm::operator<< (llvm::raw_ostream &OS, const GUID &G)

Macro Definition Documentation

◆ RAW_ID_METHOD_DUMP

#define RAW_ID_METHOD_DUMP ( Stream,
Method,
Session,
FieldId,
ShowFlags,
RecurseFlags )
Value:
DumpDIAIdValue(Stream, Indent, StringRef{#Method}, Symbol, \
&IDiaSymbol::get_##Method, Session, FieldId, ShowFlags, \
RecurseFlags);
StringRef - Represent a constant reference to a string, i.e.
Definition StringRef.h:55

Definition at line 204 of file DIARawSymbol.cpp.

Referenced by llvm::pdb::DIARawSymbol::dump().

◆ RAW_METHOD_DUMP

#define RAW_METHOD_DUMP ( Stream,
Method )
Value:
DumpDIAValue(Stream, Indent, StringRef{#Method}, Symbol, \
&IDiaSymbol::get_##Method);

Definition at line 210 of file DIARawSymbol.cpp.

Referenced by llvm::pdb::DIARawSymbol::dump().

◆ RAW_METHOD_DUMP_AS

#define RAW_METHOD_DUMP_AS ( Stream,
Method,
Type )
Value:
DumpDIAValueAs<Type>(Stream, Indent, StringRef{#Method}, Symbol, \
&IDiaSymbol::get_##Method);

Definition at line 214 of file DIARawSymbol.cpp.

Referenced by llvm::pdb::DIARawSymbol::dump().