Searched refs:LabelRecord (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 206 class LabelRecord : public TypeRecord { 208 LabelRecord() = default; 209 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord() function 211 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | RecordName.cpp | 240 Error TypeNameComputer::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
|
| H A D | TypeDumpVisitor.cpp | 551 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &LR) { in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 628 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, LabelRecord &Record) { in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.h | 387 Error visitKnownRecord(CVType &Record, LabelRecord &LR, TypeIndex TI,
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 504 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 423 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 2164 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, LabelRecord &LR, in visitKnownRecord()
|