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.cpp85 case LabelKind: in deleteRecord()
97 case LabelKind: in print()
110 case LabelKind: in print()
124 case LabelKind: in isIdenticalToWhenDefined()
140 case LabelKind: in createDebugIntrinsic()
147 : DbgRecord(LabelKind, DebugLoc(DL)), Label(Label) { in DbgLabelRecord()
153 : DbgRecord(LabelKind, DL), Label(Label) { in DbgLabelRecord()
389 case LabelKind: in clone()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h144 enum Kind : uint8_t { ValueKind, LabelKind }; enumerator
268 return E->getRecordKind() == LabelKind; in classof()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7049 .Case("label", RecordKind::LabelKind); in parseDebugRecord()
7053 if (RecordType == RecordKind::LabelKind) { in parseDebugRecord()