Home
last modified time | relevance | path

Searched defs:Label (Results 1 – 25 of 132) sorted by relevance

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h152 void printEnum(StringRef Label, T Value, in printEnum()
198 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags()
211 virtual void printNumber(StringRef Label, char Value) { in printNumber()
215 virtual void printNumber(StringRef Label, signed char Value) { in printNumber()
219 virtual void printNumber(StringRef Label, unsigned char Value) { in printNumber()
223 virtual void printNumber(StringRef Label, short Value) { in printNumber()
227 virtual void printNumber(StringRef Label, unsigned short Value) { in printNumber()
231 virtual void printNumber(StringRef Label, int Value) { in printNumber()
235 virtual void printNumber(StringRef Label, unsigned int Value) { in printNumber()
239 virtual void printNumber(StringRef Label, long Value) { in printNumber()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp678 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
684 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
689 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
694 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
701 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
707 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
713 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
720 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
728 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
735 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
[all …]
H A DGCRootLowering.cpp271 MCSymbol *Label = MBB.getParent()->getContext().createTempSymbol(); in InsertLabel() local
282 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint() local
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DByteCodeEmitter.cpp102 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel()
120 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset()
227 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
231 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
235 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump()
239 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
H A DEvalEmitter.cpp93 void EvalEmitter::emitLabel(LabelTy Label) { CurrentLabel = Label; } in emitLabel()
119 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
127 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
135 bool EvalEmitter::jump(const LabelTy &Label) { in jump()
141 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp483 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa() local
494 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local
504 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local
514 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister() local
526 MCSymbol *Label = emitCFILabel(); in emitCFILLVMDefAspaceCfa() local
537 MCSymbol *Label = emitCFILabel(); in emitCFIOffset() local
547 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset() local
574 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState() local
585 MCSymbol *Label = emitCFILabel(); in emitCFIRestoreState() local
595 MCSymbol *Label = emitCFILabel(); in emitCFISameValue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp106 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
119 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
179 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
217 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp51 stream(StreamPurpose Purpose,StringRef Label,uint32_t Idx) stream() argument
56 moduleStream(StringRef Label,uint32_t StreamIdx,uint32_t Modi) moduleStream() argument
H A DExplainOutputStyle.cpp293 static void printStructField(LinePrinter &P, StringRef Label, T Value) { in printStructField()
414 StringRef Label; in explainStreamOffset() member
460 StringRef Label; in explainStreamOffset() member
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp62 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitCFILabel() local
79 auto *Label = cast<MCSymbolELF>(L); in createPendingLabelRelocs() local
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp96 std::string Label; member
112 std::string Label; in computeUsingDeclarationLabel() local
232 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp131 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference()
165 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
H A DErlangGCPrinter.cpp82 MCSymbol *Label = P.Label; in finishAssembly() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVLandingPadSetup.cpp54 uint32_t Label = 0; in runOnMachineFunction() local
H A DRISCVIndirectBranchTracking.cpp58 uint32_t Label) { in emitLpad()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DGCMetadata.h60 MCSymbol *Label; ///< A label. member
132 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) { in addSafePoint()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.h267 const MCSymbol *Label; ///< Func MCSymbol member
273 MCSymbol *Label; ///< MCSymbol identifying insn for the lineinfo member
282 const MCSymbol *Label; ///< MCSymbol identifying insn for the reloc member
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp112 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode() local
209 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd() local
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmresrcl2.c1244 char *Label; in AcpiDmPinGroupDescriptor() local
1331 char *Label = NULL; in AcpiDmPinGroupFunctionDescriptor() local
1405 char *Label = NULL; in AcpiDmPinGroupConfigDescriptor() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DConstantPools.h35 MCSymbol *Label; member
H A DMCDwarf.h190 MCSymbol *Label; variable
278 MCSymbol *Label = nullptr; member
430 void setLabel(MCSymbol *Label) { in setLabel()
490 MCSymbol *Label; variable
559 : Label(L), Operation(Op), Loc(Loc), Values(V.begin(), V.end()), in Label() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFGStmtMap.cpp68 if (Stmt *Label = B->getLabel()) in Accumulate() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h58 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild()
/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()

123456