Home
last modified time | relevance | path

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

123456

/openbsd-src/gnu/llvm/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, 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 DByteCodeEmitter.cpp110 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 DEvalEmitter.cpp46 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 DMachineOperand.cpp651 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 DGCRootLowering.cpp254 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 DMCStreamer.cpp493 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 DMCSection.cpp103 PendingLabel& Label = *It; in flushPendingLabels() local
116 PendingLabel& Label = PendingLabels[0]; in flushPendingLabels() local
/openbsd-src/gnu/llvm/lldb/tools/lldb-test/
H A DFormatUtil.cpp40 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 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()
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp117 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 DStreamUtil.cpp51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, in stream()
56 static inline StreamInfo moduleStream(StringRef Label, uint32_t StreamIdx, in moduleStream()
H A DExplainOutputStyle.cpp294 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 DMipsELFStreamer.cpp62 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 DAsmPrinterDwarf.cpp154 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference()
188 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
H A DErlangGCPrinter.cpp82 MCSymbol *Label = P.Label; in finishAssembly() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DGCMetadata.h57 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 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
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DScopedPrinter.cpp14 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h185 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 DMCCodeView.h39 const MCSymbol *Label = nullptr; variable
49 MCCVLoc(const MCSymbol *Label, unsigned functionid, unsigned fileNum, in MCCVLoc()
H A DConstantPools.h35 MCSymbol *Label; member
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp47 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 DSDNodeDbgValue.h243 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 D980816-1.c21 *Label; member

123456