Home
last modified time | relevance | path

Searched refs:LabelRecord (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h206 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 DRecordName.cpp240 Error TypeNameComputer::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp551 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &LR) { in visitKnownRecord()
H A DTypeRecordMapping.cpp628 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, LabelRecord &Record) { in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h387 Error visitKnownRecord(CVType &Record, LabelRecord &LR, TypeIndex TI,
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp504 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp423 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2164 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, LabelRecord &LR, in visitKnownRecord()