Home
last modified time | relevance | path

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

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h157 printHex(Label, Value); in printEnum()
281 printListImpl(Label, List); in printList()
285 printListImpl(Label, List); in printList()
289 printListImpl(Label, List); in printList()
293 printListImpl(Label, List); in printList()
297 printListImpl(Label, List); in printList()
308 printListImpl(Label, List); in printList()
418 virtual void objectBegin(StringRef Label) { scopedBegin(Label, '{'); } in objectBegin() argument
424 virtual void arrayBegin(StringRef Label) { scopedBegin(Label, '['); } in arrayBegin() argument
517 startLine() << Label; in scopedBegin()
[all …]
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp96 std::string Label; member
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()
163 return a.Label == b.Label; in endUsingDeclarationBlock()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp54 void EvalEmitter::emitLabel(LabelTy Label) { in emitLabel() argument
55 CurrentLabel = Label; in emitLabel()
82 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() argument
85 ActiveLabel = Label; in jumpTrue()
90 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() argument
93 ActiveLabel = Label; in jumpFalse()
98 bool EvalEmitter::jump(const LabelTy &Label) { in jump() argument
100 CurrentLabel = ActiveLabel = Label; in jump()
104 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough() argument
106 ActiveLabel = Label; in fallthrough()
[all …]
H A DByteCodeEmitter.cpp146 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel() argument
148 LabelOffsets.insert({Label, Target}); in emitLabel()
150 if (auto It = LabelRelocs.find(Label); in emitLabel()
165 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset() argument
172 if (auto It = LabelOffsets.find(Label); in getOffset()
177 LabelRelocs[Label].push_back(Position); in getOffset()
249 return emitJt(getOffset(Label), SourceInfo{}); in jumpTrue()
253 return emitJf(getOffset(Label), SourceInfo{}); in jumpFalse()
256 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump() argument
257 return emitJmp(getOffset(Label), SourceInfo{}); in jump()
[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);
88 int32_t getOffset(LabelTy Label);
H A DEvalEmitter.h49 void emitLabel(LabelTy Label);
58 bool jumpTrue(const LabelTy &Label);
59 bool jumpFalse(const LabelTy &Label);
60 bool jump(const LabelTy &Label);
61 bool fallthrough(const LabelTy &Label);
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp497 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa() local
508 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local
518 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local
528 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister() local
540 MCSymbol *Label = emitCFILabel(); in emitCFILLVMDefAspaceCfa() local
551 MCSymbol *Label = emitCFILabel(); in emitCFIOffset() local
561 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset() local
588 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState() local
743 CurFrame->End = Label; in emitWinCFIEndProc()
787 CurFrame->End = Label; in emitWinCFIEndChained()
[all …]
H A DMCSection.cpp100 PendingLabel& Label = *It; in flushPendingLabels() local
101 if (Label.Subsection == Subsection) { in flushPendingLabels()
102 Label.Sym->setFragment(F); in flushPendingLabels()
103 Label.Sym->setOffset(FOffset); in flushPendingLabels()
113 PendingLabel& Label = PendingLabels[0]; in flushPendingLabels() local
115 this->getSubsectionInsertionPoint(Label.Subsection); in flushPendingLabels()
123 flushPendingLabels(F, 0, Label.Subsection); in flushPendingLabels()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp47 MCSymbol *Label; member
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);
315 if (Label == FPO->Begin) in emitFrameDataRecord()
380 OS.emitAbsoluteSymbolDiff(FPO->PrologueEnd, Label, 2); in emitFrameDataRecord()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp669 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
675 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
680 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
685 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
692 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
698 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
704 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
711 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
719 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
726 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
[all …]
/freebsd/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/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
471 Label(label) {} in MCGenDwarfLabelEntry()
[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/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/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.cpp70 if ((Skeleton || !DD->useSplitDwarf()) && Label) in addLabelAddress()
71 DD->addArangeLabel(SymbolCU(this, Label)); in addLabelAddress()
84 if (!Base || Base == Label) { in addLabelAddress()
100 addPoolOpAddress(*Loc, Label); in addLabelAddress()
111 if (Label) in addLocalLabelAddress()
1415 const DbgLabel *Label = nullptr; in finishEntityDefinition() local
1423 applyLabelAttributes(*Label, *Die); in finishEntityDefinition()
1428 if (!Label) in finishEntityDefinition()
1431 const auto *Sym = Label->getSymbol(); in finishEntityDefinition()
1632 StringRef Name = Label.getName(); in applyLabelAttributes()
[all …]
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp117 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode() local
118 auto Inst = WinEH::Instruction(UnwindCode, Label, Reg, Offset); in emitARMWinUnwindCode()
214 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd() local
215 CurFrame->PrologEnd = Label; in emitARMWinCFIPrologEnd()
264 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIEpilogEnd() local
265 CurFrame->EpilogMap[CurrentEpilog].End = Label; in emitARMWinCFIEpilogEnd()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/MCTargetDesc/
H A DNVPTXTargetStreamer.cpp125 const char *Label = Directive; in emitRawBytes()
131 OS << Label << (unsigned)*It; in emitRawBytes()
132 if (Label == Directive) in emitRawBytes()
133 Label = ","; in emitRawBytes()
/freebsd/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/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/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/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