Home
last modified time | relevance | path

Searched refs:Label (Results 1 – 25 of 211) sorted by relevance

123456789

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h142 void printEnum(StringRef Label, T Value, in printEnum() argument
155 printHex(Label, Name, Value); in printEnum()
157 printHex(Label, Value); in printEnum()
161 void printFlags(StringRef Label, T Value, ArrayRef<EnumEntry<TFlag>> Flags,
185 printFlagsImpl(Label, hex(Value), SetFlags);
188 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags() argument
198 printFlagsImpl(Label, hex(Value), SetFlags); in printFlags()
201 virtual void printNumber(StringRef Label, char Value) { in printNumber() argument
202 startLine() << Label << ": " << static_cast<int>(Value) << "\n"; in printNumber()
205 virtual void printNumber(StringRef Label, signe argument
209 printNumber(StringRef Label,unsigned char Value) printNumber() argument
213 printNumber(StringRef Label,short Value) printNumber() argument
217 printNumber(StringRef Label,unsigned short Value) printNumber() argument
221 printNumber(StringRef Label,int Value) printNumber() argument
225 printNumber(StringRef Label,unsigned int Value) printNumber() argument
229 printNumber(StringRef Label,long Value) printNumber() argument
233 printNumber(StringRef Label,unsigned long Value) printNumber() argument
237 printNumber(StringRef Label,long long Value) printNumber() argument
241 printNumber(StringRef Label,unsigned long long Value) printNumber() argument
245 printNumber(StringRef Label,const APSInt & Value) printNumber() argument
249 printNumber(StringRef Label,float Value) printNumber() argument
253 printNumber(StringRef Label,double Value) printNumber() argument
258 printNumber(StringRef Label,StringRef Str,T Value) printNumber() argument
262 printBoolean(StringRef Label,bool Value) printBoolean() argument
266 printVersion(StringRef Label,T...Version) printVersion() argument
273 printList(StringRef Label,const ArrayRef<T> List) printList() argument
280 printList(StringRef Label,const ArrayRef<bool> List) printList() argument
284 printList(StringRef Label,const ArrayRef<std::string> List) printList() argument
288 printList(StringRef Label,const ArrayRef<uint64_t> List) printList() argument
292 printList(StringRef Label,const ArrayRef<uint32_t> List) printList() argument
296 printList(StringRef Label,const ArrayRef<uint16_t> List) printList() argument
300 printList(StringRef Label,const ArrayRef<uint8_t> List) printList() argument
307 printList(StringRef Label,const ArrayRef<int64_t> List) printList() argument
311 printList(StringRef Label,const ArrayRef<int32_t> List) printList() argument
315 printList(StringRef Label,const ArrayRef<int16_t> List) printList() argument
319 printList(StringRef Label,const ArrayRef<int8_t> List) printList() argument
326 printList(StringRef Label,const ArrayRef<APSInt> List) printList() argument
331 printList(StringRef Label,const T & List,const U & Printer) printList() argument
341 printHexList(StringRef Label,const T & List) printHexList() argument
348 printHex(StringRef Label,T Value) printHex() argument
352 printHex(StringRef Label,StringRef Str,T Value) printHex() argument
357 printSymbolOffset(StringRef Label,StringRef Symbol,T Value) printSymbolOffset() argument
363 printString(StringRef Label,StringRef Value) printString() argument
367 printStringEscaped(StringRef Label,StringRef Value) printStringEscaped() argument
371 printBinary(StringRef Label,StringRef Str,ArrayRef<uint8_t> Value) printBinary() argument
375 printBinary(StringRef Label,StringRef Str,ArrayRef<char> Value) printBinary() argument
381 printBinary(StringRef Label,ArrayRef<uint8_t> Value) printBinary() argument
385 printBinary(StringRef Label,ArrayRef<char> Value) printBinary() argument
391 printBinary(StringRef Label,StringRef Value) printBinary() argument
397 printBinaryBlock(StringRef Label,ArrayRef<uint8_t> Value,uint32_t StartOffset) printBinaryBlock() argument
402 printBinaryBlock(StringRef Label,ArrayRef<uint8_t> Value) printBinaryBlock() argument
406 printBinaryBlock(StringRef Label,StringRef Value) printBinaryBlock() argument
412 printObject(StringRef Label,const T & Value) printObject() argument
418 objectBegin(StringRef Label) objectBegin() argument
424 arrayBegin(StringRef Label) arrayBegin() argument
454 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<FlagEntry> Flags) printFlagsImpl() argument
462 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<HexNumber> Flags) printFlagsImpl() argument
470 printListImpl(StringRef Label,const T List) printListImpl() argument
478 printHexListImpl(StringRef Label,const ArrayRef<HexNumber> List) printHexListImpl() argument
487 printHexImpl(StringRef Label,HexNumber Value) printHexImpl() argument
491 printHexImpl(StringRef Label,StringRef Str,HexNumber Value) printHexImpl() argument
495 printSymbolOffsetImpl(StringRef Label,StringRef Symbol,HexNumber Value) printSymbolOffsetImpl() argument
500 printNumberImpl(StringRef Label,StringRef Str,StringRef Value) printNumberImpl() argument
505 printStringEscapedImpl(StringRef Label,StringRef Value) printStringEscapedImpl() argument
516 scopedBegin(StringRef Label,char Symbol) scopedBegin() argument
577 printNumber(StringRef Label,char Value) printNumber() argument
581 printNumber(StringRef Label,signed char Value) printNumber() argument
585 printNumber(StringRef Label,unsigned char Value) printNumber() argument
589 printNumber(StringRef Label,short Value) printNumber() argument
593 printNumber(StringRef Label,unsigned short Value) printNumber() argument
597 printNumber(StringRef Label,int Value) printNumber() argument
601 printNumber(StringRef Label,unsigned int Value) printNumber() argument
605 printNumber(StringRef Label,long Value) printNumber() argument
609 printNumber(StringRef Label,unsigned long Value) printNumber() argument
613 printNumber(StringRef Label,long long Value) printNumber() argument
617 printNumber(StringRef Label,unsigned long long Value) printNumber() argument
621 printNumber(StringRef Label,float Value) printNumber() argument
625 printNumber(StringRef Label,double Value) printNumber() argument
629 printNumber(StringRef Label,const APSInt & Value) printNumber() argument
635 printBoolean(StringRef Label,bool Value) printBoolean() argument
639 printList(StringRef Label,const ArrayRef<bool> List) printList() argument
643 printList(StringRef Label,const ArrayRef<std::string> List) printList() argument
647 printList(StringRef Label,const ArrayRef<uint64_t> List) printList() argument
651 printList(StringRef Label,const ArrayRef<uint32_t> List) printList() argument
655 printList(StringRef Label,const ArrayRef<uint16_t> List) printList() argument
659 printList(StringRef Label,const ArrayRef<uint8_t> List) printList() argument
663 printList(StringRef Label,const ArrayRef<int64_t> List) printList() argument
667 printList(StringRef Label,const ArrayRef<int32_t> List) printList() argument
671 printList(StringRef Label,const ArrayRef<int16_t> List) printList() argument
675 printList(StringRef Label,const ArrayRef<int8_t> List) printList() argument
679 printList(StringRef Label,const ArrayRef<APSInt> List) printList() argument
689 printString(StringRef Label,StringRef Value) printString() argument
697 objectBegin(StringRef Label) objectBegin() argument
707 arrayBegin(StringRef Label) arrayBegin() argument
722 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<FlagEntry> Flags) printFlagsImpl() argument
737 printFlagsImpl(StringRef Label,HexNumber Value,ArrayRef<HexNumber> Flags) printFlagsImpl() argument
749 printListImpl(StringRef Label,const T & List) printListImpl() argument
756 printHexListImpl(StringRef Label,const ArrayRef<HexNumber> List) printHexListImpl() argument
765 printHexImpl(StringRef Label,HexNumber Value) printHexImpl() argument
769 printHexImpl(StringRef Label,StringRef Str,HexNumber Value) printHexImpl() argument
776 printSymbolOffsetImpl(StringRef Label,StringRef Symbol,HexNumber Value) printSymbolOffsetImpl() argument
784 printNumberImpl(StringRef Label,StringRef Str,StringRef Value) printNumberImpl() argument
816 scopedBegin(StringRef Label,Scope Ctx) scopedBegin() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp96 std::string Label; member
98 UsingDeclaration(const AnnotatedLine *Line, const std::string &Label) in UsingDeclaration()
99 : Line(Line), Label(Label) {} in UsingDeclaration()
112 std::string Label; in computeUsingDeclarationLabel() local
115 Label.append("typename "); in computeUsingDeclarationLabel()
119 Label.append("::"); in computeUsingDeclarationLabel()
125 Label.append(Tok->TokenText.str()); in computeUsingDeclarationLabel()
129 Label.append("::"); in computeUsingDeclarationLabel()
133 return Label; in computeUsingDeclarationLabel()
156 return compareLabels(Lhs.Label, Rhs.Label, SortUsingDeclarations) < 0; in endUsingDeclarationBlock()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp79 void EvalEmitter::emitLabel(LabelTy Label) { in createLocal()
80 CurrentLabel = Label; in createLocal()
107 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in fallthrough()
110 ActiveLabel = Label;
115 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in emitRet()
118 ActiveLabel = Label;
123 bool EvalEmitter::jump(const LabelTy &Label) { in emitRet()
125 CurrentLabel = ActiveLabel = Label; in emitRet()
129 bool EvalEmitter::fallthrough(const LabelTy &Label) { in emitRet()
131 ActiveLabel = Label;
54 emitLabel(LabelTy Label) emitLabel() argument
82 jumpTrue(const LabelTy & Label) jumpTrue() argument
90 jumpFalse(const LabelTy & Label) jumpFalse() argument
98 jump(const LabelTy & Label) jump() argument
104 fallthrough(const LabelTy & Label) fallthrough() argument
[all...]
H A DByteCodeEmitter.cpp204 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emit()
206 LabelOffsets.insert({Label, Target}); in emit()
208 if (auto It = LabelRelocs.find(Label); in emit()
223 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in emit()
230 if (auto It = LabelOffsets.find(Label);
235 LabelRelocs[Label].push_back(Position); in emitOp()
323 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) {
324 return emitJt(getOffset(Label), SourceInfo{});
327 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) {
328 return emitJf(getOffset(Label), SourceInf
146 emitLabel(LabelTy Label) emitLabel() argument
165 getOffset(LabelTy Label) getOffset() argument
248 jumpTrue(const LabelTy & Label) jumpTrue() argument
252 jumpFalse(const LabelTy & Label) jumpFalse() argument
256 jump(const LabelTy & Label) jump() argument
260 fallthrough(const LabelTy & Label) fallthrough() argument
[all...]
H A DByteCodeEmitter.h42 void emitLabel(LabelTy Label);
52 bool jumpTrue(const LabelTy &Label);
53 bool jumpFalse(const LabelTy &Label);
54 bool jump(const LabelTy &Label);
55 bool fallthrough(const LabelTy &Label);
81 /// Label information for linker.
91 int32_t getOffset(LabelTy Label);
H A DEvalEmitter.h52 void emitLabel(LabelTy Label);
62 bool jumpTrue(const LabelTy &Label);
63 bool jumpFalse(const LabelTy &Label);
64 bool jump(const LabelTy &Label);
65 bool fallthrough(const LabelTy &Label);
122 /// Label being executed - 0 is the entry label.
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp487 MCSymbol *Label = emitCFILabel(); in emitCFIEndProcImpl()
489 MCCFIInstruction::cfiDefCfa(Label, Register, Offset, Loc);
498 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa()
500 MCCFIInstruction::cfiDefCfaOffset(Label, Offset); in emitCFIDefCfa()
508 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local
510 MCCFIInstruction::createAdjustCfaOffset(Label, Adjustment, Loc); in emitCFIDefCfaOffset()
518 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local
520 MCCFIInstruction::createDefCfaRegister(Label, Register, Loc); in emitCFIAdjustCfaOffset()
530 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister()
532 Label, Registe in emitCFIDefCfaRegister()
497 MCSymbol *Label = emitCFILabel(); emitCFIDefCfa() local
528 MCSymbol *Label = emitCFILabel(); emitCFIDefCfaRegister() local
540 MCSymbol *Label = emitCFILabel(); emitCFILLVMDefAspaceCfa() local
551 MCSymbol *Label = emitCFILabel(); emitCFIOffset() local
561 MCSymbol *Label = emitCFILabel(); emitCFIRelOffset() local
588 MCSymbol *Label = emitCFILabel(); emitCFIRememberState() local
599 MCSymbol *Label = emitCFILabel(); emitCFIRestoreState() local
609 MCSymbol *Label = emitCFILabel(); emitCFISameValue() local
619 MCSymbol *Label = emitCFILabel(); emitCFIRestore() local
629 MCSymbol *Label = emitCFILabel(); emitCFIEscape() local
639 MCSymbol *Label = emitCFILabel(); emitCFIGnuArgsSize() local
656 MCSymbol *Label = emitCFILabel(); emitCFIUndefined() local
667 MCSymbol *Label = emitCFILabel(); emitCFIRegister() local
677 MCSymbol *Label = emitCFILabel(); emitCFIWindowSave() local
686 MCSymbol *Label = emitCFILabel(); emitCFINegateRAState() local
742 MCSymbol *Label = emitCFILabel(); emitWinCFIEndProc() local
760 MCSymbol *Label = emitCFILabel(); emitWinCFIFuncletOrFuncEnd() local
785 MCSymbol *Label = emitCFILabel(); emitWinCFIEndChained() local
877 MCSymbol *Label = emitCFILabel(); emitWinCFIPushReg() local
898 MCSymbol *Label = emitCFILabel(); emitWinCFISetFrame() local
917 MCSymbol *Label = emitCFILabel(); emitWinCFIAllocStack() local
933 MCSymbol *Label = emitCFILabel(); emitWinCFISaveReg() local
948 MCSymbol *Label = emitCFILabel(); emitWinCFISaveXMM() local
963 MCSymbol *Label = emitCFILabel(); emitWinCFIPushFrame() local
974 MCSymbol *Label = emitCFILabel(); emitWinCFIEndProlog() local
[all...]
H A DMCSection.cpp100 PendingLabel& Label = *It; flushPendingLabels() local
113 PendingLabel& Label = PendingLabels[0]; flushPendingLabels() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp47 MCSymbol *Label; member
162 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitFPOLabel() local
163 getStreamer().emitLabel(Label); in emitFPOLabel()
164 return Label; in emitFPOLabel()
208 Inst.Label = emitFPOLabel(); in emitFPOSetFrame()
219 Inst.Label = emitFPOLabel(); in emitFPOPushReg()
230 Inst.Label = emitFPOLabel(); in emitFPOStackAlloc()
248 Inst.Label = emitFPOLabel(); in emitFPOStackAlign()
287 void emitFrameDataRecord(MCStreamer &OS, MCSymbol *Label);
313 void FPOStateMachine::emitFrameDataRecord(MCStreamer &OS, MCSymbol *Label) { in emitFrameDataRecord() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp669 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
670 MachineOperand::printSymbol(OS, *Label); in printCFI()
675 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
676 MachineOperand::printSymbol(OS, *Label); in printCFI()
680 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
681 MachineOperand::printSymbol(OS, *Label); in printCFI()
685 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
686 MachineOperand::printSymbol(OS, *Label); in printCFI()
692 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
693 MachineOperand::printSymbol(OS, *Label); in printCFI()
698 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
704 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
711 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
719 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
726 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
732 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
738 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
750 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
756 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
764 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
769 if (MCSymbol *Label = CFI.getLabel()) printCFI() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h189 MCSymbol *Label; variable
198 : MCDwarfLoc(loc), Label(label) {} in MCDwarfLineEntry()
200 MCSymbol *getLabel() const { return Label; } in getLabel()
207 Label = EndLabel; in setEndLabel()
262 MCSymbol *Label = nullptr; member
403 return Header.Label; in getLabel()
406 void setLabel(MCSymbol *Label) { in setLabel() argument
407 Header.Label = Label; in setLabel()
465 MCSymbol *Label; variable
508 MCSymbol *Label; global() variable
[all...]
H A DMCCodeView.h39 const MCSymbol *Label = nullptr; variable
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc() argument
51 : Label(Label), FunctionId(functionid), FileNum(fileNum), Line(line), in MCCVLoc()
58 const MCSymbol *getLabel() const { return Label; } in getLabel()
74 void setLabel(const MCSymbol *L) { Label = L; } in setLabel()
175 void recordCVLoc(MCContext &Ctx, const MCSymbol *Label, unsigned FunctionId,
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp62 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitCFILabel() local
63 MCELFStreamer::emitLabel(Label); in emitCFILabel()
64 return Label; in emitCFILabel()
79 auto *Label = cast<MCSymbolELF>(L); in createPendingLabelRelocs() local
80 getAssembler().registerSymbol(*Label); in createPendingLabelRelocs()
81 Label->setOther(ELF::STO_MIPS_MICROMIPS); in createPendingLabelRelocs()
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyClassLayoutGraphicalDumper.cpp115 std::string Label = "base"; in dump() local
117 Label.insert(Label.begin(), 'v'); in dump()
119 Label.insert(Label.begin(), 'i'); in dump()
121 Printer << Label << " "; in dump()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp132 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference() argument
139 OutStreamer->emitCOFFSecRel32(Label, /*Offset=*/0); in emitDwarfSymbolReference()
145 OutStreamer->emitSymbolValue(Label, getDwarfOffsetByteSize()); in emitDwarfSymbolReference()
151 emitLabelDifference(Label, Label->getSection().getBeginSymbol(), in emitDwarfSymbolReference()
166 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
167 emitLabelPlusOffset(Label, Offset, getDwarfOffsetByteSize()); in emitDwarfOffset()
H A DErlangGCPrinter.cpp82 MCSymbol *Label = P.Label; in finishAssembly() local
83 AP.emitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly()
H A DDwarfCompileUnit.cpp84 const MCSymbol *Label) { in addLabelAddress()
85 if ((Skeleton || !DD->useSplitDwarf()) && Label) in addLabelAddress()
86 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
90 return addLocalLabelAddress(Die, Attribute, Label); in addLabelAddress()
96 if (Label->isInSection() && UseAddrOffsetFormOrExpressions) in addLabelAddress()
97 Base = DD->getSectionLabel(&Label->getSection()); in addLabelAddress()
99 if (!Base || Base == Label) { in addLabelAddress()
100 unsigned idx = DD->getAddressPool().getIndex(Label); in addLabelAddress()
115 addPoolOpAddress(*Loc, Label); in addLocalLabelAddress()
120 DD->getAddressPool().getIndex(Base), Label, Bas in getOrCreateSourceID()
69 addLabelAddress(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label) addLabelAddress() argument
110 addLocalLabelAddress(DIE & Die,dwarf::Attribute Attribute,const MCSymbol * Label) addLocalLabelAddress() argument
1415 const DbgLabel *Label = nullptr; finishEntityDefinition() local
1630 applyLabelAttributes(const DbgLabel & Label,DIE & LabelDie) applyLabelAttributes() argument
1668 MCSymbol *Label = DD->getAddressPool().getLabel(); addAddrTableBase() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl() argument
21 startLine() << Label; in printBinaryImpl()
31 startLine() << Label << ":"; in printBinaryImpl()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp107 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() argument
110 OS << Label << " ("; in formatBinary()
120 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() argument
123 OS << Label << " ("; in formatBinary()
180 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData() argument
215 formatMsfStreamData(Label, File, Layout, Substream); in formatMsfStreamData()
218 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData() argument
226 OS << Label << " ("; in formatMsfStreamData()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp115 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode()
116 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in emitARMWinUnwindCode()
212 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd()
213 CurFrame->PrologEnd = Label; in emitARMWinCFIPrologEnd()
215 WinEH::Instruction(Win64EH::UOP_End, /*Label=*/nullptr, -1, 0); in emitARMWinCFIPrologEnd()
262 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIEpilogEnd()
263 CurFrame->EpilogMap[CurrentEpilog].End = Label; in emitARMWinCFIEpilogEnd()
117 MCSymbol *Label = S.emitCFILabel(); emitARMWinUnwindCode() local
214 MCSymbol *Label = S.emitCFILabel(); emitARMWinCFIPrologEnd() local
264 MCSymbol *Label = S.emitCFILabel(); emitARMWinCFIEpilogEnd() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp123 const char *Label = Directive; in emitRawBytes()
129 OS << Label << (unsigned)*It; in emitRawBytes()
130 if (Label == Directive) in emitRawBytes()
131 Label = ","; in emitRawBytes()
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSDNodeDbgValue.h243 MDNode *Label; variable
248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel() argument
249 : Label(Label), DL(std::move(dl)), Order(O) {} in SDDbgLabel()
252 MDNode *getLabel() const { return Label; } in getLabel()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h58 MCSymbol *Label; ///< A label. member
62 : Label(L), Loc(std::move(DL)) {} in GCPoint()
130 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) { in addSafePoint() argument
131 SafePoints.emplace_back(Label, DL); in addSafePoint()
/freebsd-src/contrib/bsddialog/examples_utility/
H A Dmixedform.sh19 Label: 0 0 Entry 0 10 18 25 0 \
20 Label: 1 0 Read-Only 1 10 18 25 2 \
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolDumpDelegate.h24 virtual void printRelocatedField(StringRef Label, uint32_t RelocOffset,
27 virtual void printBinaryBlockWithRelocs(StringRef Label,

123456789