Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeRecord.h211 class LabelRecord : public TypeRecord {
213 LabelRecord() = default;
214 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord() function
216 LabelRecord(LabelType Mode) : TypeRecord(TypeRecordKind::Label), Mode(Mode) {} in LabelRecord() function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDRecordName.cpp234 Error TypeNameComputer::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
HDTypeDumpVisitor.cpp552 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &LR) { in visitKnownRecord()
HDTypeRecordMapping.cpp583 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, LabelRecord &Record) { in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDMinimalTypeDumper.cpp499 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDCodeViewYAMLTypes.cpp418 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map()