Home
last modified time | relevance | path

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

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