Home
last modified time | relevance | path

Searched refs:ContinuationRecordKind (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DContinuationRecordBuilder.h24 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enum
28 std::optional<ContinuationRecordKind> Kind;
44 void begin(ContinuationRecordKind RecordKind);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DContinuationRecordBuilder.cpp41 static inline TypeLeafKind getTypeLeafKind(ContinuationRecordKind CK) { in getTypeLeafKind()
42 return (CK == ContinuationRecordKind::FieldList) ? LF_FIELDLIST in getTypeLeafKind()
51 void ContinuationRecordBuilder::begin(ContinuationRecordKind RecordKind) { in begin()
62 (RecordKind == ContinuationRecordKind::FieldList) in begin()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp503 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2273 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerTypeEnum()
2545 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerRecordFieldList()