/openbsd-src/gnu/llvm/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, uint64_t Value) { in printNumber() 205 virtual void printNumber(StringRef Label, uint32_t Value) { in printNumber() 209 virtual void printNumber(StringRef Label, uint16_t Value) { in printNumber() 213 virtual void printNumber(StringRef Label, uint8_t Value) { in printNumber() 217 virtual void printNumber(StringRef Label, int64_t Value) { in printNumber() 221 virtual void printNumber(StringRef Label, int32_t Value) { in printNumber() 225 virtual void printNumber(StringRef Label, int16_t Value) { in printNumber() 229 virtual void printNumber(StringRef Label, int8_t Value) { in printNumber() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | ByteCodeEmitter.cpp | 110 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel() 128 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset() 199 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() 203 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() 207 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump() 211 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
|
H A D | EvalEmitter.cpp | 46 void EvalEmitter::emitLabel(LabelTy Label) { in emitLabel() 80 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue() 88 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse() 96 bool EvalEmitter::jump(const LabelTy &Label) { in jump() 102 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineOperand.cpp | 651 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 657 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 662 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 667 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 674 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 680 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 686 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 693 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 701 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local 708 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local [all …]
|
H A D | GCRootLowering.cpp | 254 MCSymbol *Label = MBB.getParent()->getContext().createTempSymbol(); in InsertLabel() local 265 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint() local
|
/openbsd-src/gnu/llvm/llvm/lib/MC/ |
H A D | MCStreamer.cpp | 493 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa() local 504 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local 514 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local 524 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister() local 536 MCSymbol *Label = emitCFILabel(); in emitCFILLVMDefAspaceCfa() local 547 MCSymbol *Label = emitCFILabel(); in emitCFIOffset() local 557 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset() local 584 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState() local 594 MCSymbol *Label = emitCFILabel(); in emitCFIRestoreState() local 603 MCSymbol *Label = emitCFILabel(); in emitCFISameValue() local [all …]
|
H A D | MCSection.cpp | 103 PendingLabel& Label = *It; in flushPendingLabels() local 116 PendingLabel& Label = PendingLabels[0]; in flushPendingLabels() local
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
H A D | FormatUtil.cpp | 40 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary() 53 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 117 MCSymbol *Label = S.emitCFILabel(); in emitARMWinUnwindCode() local 214 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIPrologEnd() local 264 MCSymbol *Label = S.emitCFILabel(); in emitARMWinCFIEpilogEnd() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream() 56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
|
H A D | ExplainOutputStyle.cpp | 294 static void printStructField(LinePrinter &P, StringRef Label, T Value) { in printStructField() 415 StringRef Label; in explainStreamOffset() member 461 StringRef Label; in explainStreamOffset() member
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinterDwarf.cpp | 154 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference() 188 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
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | GCMetadata.h | 57 MCSymbol *Label; ///< A label. member 125 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) { in addSafePoint()
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
H A D | MCDwarf.h | 185 MCSymbol *Label; variable 258 MCSymbol *Label = nullptr; member 401 void setLabel(MCSymbol *Label) { in setLabel() 460 MCSymbol *Label; variable 503 MCSymbol *Label; variable
|
H A D | MCCodeView.h | 39 const MCSymbol *Label = nullptr; variable 49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc()
|
H A D | ConstantPools.h | 35 MCSymbol *Label; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 47 MCSymbol *Label; member 162 MCSymbol *Label = getContext().createTempSymbol("cfi", true); in emitFPOLabel() local 313 void FPOStateMachine::emitFrameDataRecord(MCStreamer &OS, MCSymbol *Label) { in emitFrameDataRecord()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SDNodeDbgValue.h | 243 MDNode *Label; variable 248 SDDbgLabel(MDNode *Label, DebugLoc dl, unsigned O) in SDDbgLabel()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 980816-1.c | 21 *Label; member
|