Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h142 void printEnum(StringRef Label, T Value, in printEnum()
188 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags()
201 virtual void printNumber(StringRef Label, char Value) { in printNumber()
205 virtual void printNumber(StringRef Label, signed char Value) { in printNumber()
209 virtual void printNumber(StringRef Label, unsigned char Value) { in printNumber()
213 virtual void printNumber(StringRef Label, short Value) { in printNumber()
217 virtual void printNumber(StringRef Label, unsigned short Value) { in printNumber()
221 virtual void printNumber(StringRef Label, int Value) { in printNumber()
225 virtual void printNumber(StringRef Label, unsigned int Value) { in printNumber()
229 virtual void printNumber(StringRef Label, long Value) { in printNumber()
[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 …]
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/Interp/
H A DByteCodeEmitter.cpp204 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel()
223 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset()
323 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
327 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
331 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump()
335 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
H A DEvalEmitter.cpp79 void EvalEmitter::emitLabel(LabelTy Label) { in emitLabel()
107 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
115 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
123 bool EvalEmitter::jump(const LabelTy &Label) { in jump()
129 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCStreamer.cpp487 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa() local
498 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local
508 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local
518 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister() local
530 MCSymbol *Label = emitCFILabel(); in emitCFILLVMDefAspaceCfa() local
541 MCSymbol *Label = emitCFILabel(); in emitCFIOffset() local
551 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset() local
578 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState() local
589 MCSymbol *Label = emitCFILabel(); in emitCFIRestoreState() local
599 MCSymbol *Label = emitCFILabel(); in emitCFISameValue() local
[all …]
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp107 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
120 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
180 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
218 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp115 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode() local
212 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd() local
262 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIEpilogEnd() local
/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.cpp294 P.formatLine("which contains {0}.", Label); in printStructField() argument
415 StringRef Label; explainStreamOffset() member
461 StringRef Label; 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
233 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp132 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference()
166 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/include/llvm/CodeGen/
H A DGCMetadata.h57 MCSymbol *Label; ///< A label. global() member
125 addSafePoint(MCSymbol * Label,const DebugLoc & DL) addSafePoint() argument
/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/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/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.h189 MCSymbol *Label; variable
262 MCSymbol *Label = nullptr; member
406 void setLabel(MCSymbol *Label) { in setLabel()
465 MCSymbol *Label; variable
532 : Label(L), Operation(Op), Loc(Loc), Values(V.begin(), V.end()), in Label() function
H A DMCCodeView.h39 const MCSymbol *Label = nullptr; variable
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc()
/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/clang/lib/Analysis/
H A DCFGStmtMap.cpp68 if (Stmt *Label = B->getLabel()) in Accumulate() local
/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()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp444 StringRef Label; in ParseDirectiveProc() local
480 StringRef Label; in ParseDirectiveEndProc() local

123456