| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 152 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 D | MachineOperand.cpp | 678 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 D | GCRootLowering.cpp | 271 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 D | ByteCodeEmitter.cpp | 102 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 D | EvalEmitter.cpp | 93 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 D | MCStreamer.cpp | 483 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 D | LinePrinter.cpp | 106 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 D | StreamUtil.cpp | 51 stream(StreamPurpose Purpose,StringRef Label,uint32_t Idx) stream() argument 56 moduleStream(StringRef Label,uint32_t StreamIdx,uint32_t Modi) moduleStream() argument
|
| H A D | ExplainOutputStyle.cpp | 293 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 D | MipsELFStreamer.cpp | 62 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 D | UsingDeclarationsSorter.cpp | 96 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 D | AsmPrinterDwarf.cpp | 131 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference() 165 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
|
| H A D | ErlangGCPrinter.cpp | 82 MCSymbol *Label = P.Label; in finishAssembly() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVLandingPadSetup.cpp | 54 uint32_t Label = 0; in runOnMachineFunction() local
|
| H A D | RISCVIndirectBranchTracking.cpp | 58 uint32_t Label) { in emitLpad()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | GCMetadata.h | 60 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 D | BTFDebug.h | 267 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 D | ARMWinCOFFStreamer.cpp | 112 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode() local 209 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd() local
|
| /freebsd/sys/contrib/dev/acpica/components/disassembler/ |
| H A D | dmresrcl2.c | 1244 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 D | ConstantPools.h | 35 MCSymbol *Label; member
|
| H A D | MCDwarf.h | 190 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 D | CFGStmtMap.cpp | 68 if (Stmt *Label = B->getLabel()) in Accumulate() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 58 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SDNodeDbgValue.h | 243 MDNode *Label; variable 248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel()
|