Searched refs:LabelRecord (Results 1 – 9 of 9) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | CodeExtractor.cpp | 1607 auto UpdateDbgLabel = [&](auto *LabelRecord) { in fixupDebugInfoPostExtraction() argument 1610 if (LabelRecord->getDebugLoc().getInlinedAt()) in fixupDebugInfoPostExtraction() 1612 DILabel *OldLabel = LabelRecord->getLabel(); in fixupDebugInfoPostExtraction() 1620 LabelRecord->setLabel(cast<DILabel>(NewLabel)); in fixupDebugInfoPostExtraction()
|
/freebsd/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 | 552 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/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.h | 387 Error visitKnownRecord(CVType &Record, LabelRecord &LR, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 505 Error MinimalTypeDumpVisitor::visitKnownRecord(CVType &CVR, LabelRecord &R) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 424 template <> void LeafRecordImpl<LabelRecord>::map(IO &IO) { in map()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewVisitor.cpp | 2164 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, LabelRecord &LR, in visitKnownRecord()
|