/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 142 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 D | MachineOperand.cpp | 669 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 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/Interp/ |
H A D | ByteCodeEmitter.cpp | 204 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 D | EvalEmitter.cpp | 79 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 D | MCStreamer.cpp | 487 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 D | LinePrinter.cpp | 107 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 D | ARMWinCOFFStreamer.cpp | 115 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 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 | 294 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 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 233 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 132 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference() 166 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/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 57 MCSymbol *Label; ///< A label. global() member 125 addSafePoint(MCSymbol * Label,const DebugLoc & DL) addSafePoint() argument
|
/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/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/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 | 189 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 D | MCCodeView.h | 39 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 D | TextNodeDumper.h | 58 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild()
|
/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/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 243 MDNode *Label; variable 248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFMasmParser.cpp | 444 StringRef Label; in ParseDirectiveProc() local 480 StringRef Label; in ParseDirectiveEndProc() local
|