Go to the source code of this file.
|
namespace | llvm |
| This is an optimization pass for GlobalISel generic memory operations.
|
|
◆ 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 at line 204 of file DIARawSymbol.cpp.
◆ 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.
◆ 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.