Home
last modified time | relevance | path

Searched refs:LabelKind (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp84 case LabelKind: in deleteRecord()
96 case LabelKind: in print()
109 case LabelKind: in print()
123 case LabelKind: in isIdenticalToWhenDefined()
139 case LabelKind: in createDebugIntrinsic()
146 : DbgRecord(LabelKind, DebugLoc(DL)), Label(Label) { in DbgLabelRecord()
152 : DbgRecord(LabelKind, DL), Label(Label) { in DbgLabelRecord()
388 case LabelKind: in clone()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h139 enum Kind : uint8_t { ValueKind, LabelKind }; enumerator
253 return E->getRecordKind() == LabelKind; in classof()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp6749 .Case("label", RecordKind::LabelKind); in parseDebugRecord()
6753 if (RecordType == RecordKind::LabelKind) { in parseDebugRecord()