Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DContinuationRecordBuilder.h33 enum class ContinuationRecordKind { FieldList, MethodOverloadList }; enum
37 Optional<ContinuationRecordKind> Kind;
53 void begin(ContinuationRecordKind RecordKind);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp59 CRB->begin(ContinuationRecordKind::FieldList); in writeFieldList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp495 CRB.begin(ContinuationRecordKind::FieldList); in toCodeViewRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp1869 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerTypeEnum()
2121 ContinuationBuilder.begin(ContinuationRecordKind::FieldList); in lowerRecordFieldList()