/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 29 #ifndef MEMBER_RECORD 30 #define MEMBER_RECORD(lf_ename, value, name) TYPE_RECORD(lf_ename, value, name) 35 MEMBER_RECORD(lf_ename, value, name) 61 MEMBER_RECORD(LF_BCLASS, 0x1400, BaseClass) 64 MEMBER_RECORD(LF_VBCLASS, 0x1401, VirtualBaseClass) 68 MEMBER_RECORD(LF_VFUNCTAB, 0x1409, VFPtr) 69 MEMBER_RECORD(LF_STMEMBER, 0x150e, StaticDataMember) 70 MEMBER_RECORD(LF_METHOD, 0x150f, OverloadedMethod) 71 MEMBER_RECORD(LF_MEMBER, 0x150d, DataMember) 72 MEMBER_RECORD(LF_NESTTYPE, 0x1510, NestedType) [all …]
|
H A D | TypeVisitorCallbacks.h | 53 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro 63 #undef MEMBER_RECORD
|
H A D | TypeDeserializer.h | 88 #define MEMBER_RECORD(EnumName, EnumVal, Name) macro 137 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | TypeRecordMapping.h | 42 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | TypeDumpVisitor.h | 58 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | TypeVisitorCallbackPipeline.h | 89 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | CVTypeVisitor.cpp | 53 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ in visitMemberRecord() macro 60 MEMBER_RECORD(EnumVal, EnumVal, AliasName) in visitMemberRecord() 113 #define MEMBER_RECORD(EnumName, EnumVal, Name) in finishVisitation() macro
|
H A D | SimpleTypeSerializer.cpp | 66 #define MEMBER_RECORD(EnumName, EnumVal, Name) macro
|
H A D | ContinuationRecordBuilder.cpp | 247 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
H A D | RecordName.cpp | 49 #define MEMBER_RECORD(EnumName, EnumVal, Name) macro
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.h | 46 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 471 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro 694 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in fromCodeViewRecord() macro 747 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) in mapping() macro 770 #define MEMBER_RECORD(EnumName, EnumVal, ClassName) \ in mapping() macro 775 MEMBER_RECORD(EnumName, EnumVal, ClassName) in mapping()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
H A D | UdtRecordCompleter.h | 72 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ macro
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2893 #define MEMBER_RECORD(EnumName, EnumVal, Name) \ in visitMemberRecord() macro 2901 MEMBER_RECORD(EnumVal, EnumVal, AliasName) in visitMemberRecord() 2928 #define MEMBER_RECORD(EnumName, EnumVal, Name) in finishVisitation() macro
|