Home
last modified time | relevance | path

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

12345

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DScopedPrinter.h96 void printEnum(StringRef Label, T Value, in printEnum()
150 template <typename T> void printFlags(StringRef Label, T Value) { in printFlags()
163 void printNumber(StringRef Label, uint64_t Value) { in printNumber()
167 void printNumber(StringRef Label, uint32_t Value) { in printNumber()
171 void printNumber(StringRef Label, uint16_t Value) { in printNumber()
175 void printNumber(StringRef Label, uint8_t Value) { in printNumber()
179 void printNumber(StringRef Label, int64_t Value) { in printNumber()
183 void printNumber(StringRef Label, int32_t Value) { in printNumber()
187 void printNumber(StringRef Label, int16_t Value) { in printNumber()
191 void printNumber(StringRef Label, int8_t Value) { in printNumber()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeEmitter.cpp87 void ByteCodeEmitter::emitLabel(LabelTy Label) { in emitLabel()
104 int32_t ByteCodeEmitter::getOffset(LabelTy Label) { in getOffset()
152 bool ByteCodeEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
156 bool ByteCodeEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
160 bool ByteCodeEmitter::jump(const LabelTy &Label) { in jump()
164 bool ByteCodeEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
H A DEvalEmitter.cpp45 void EvalEmitter::emitLabel(LabelTy Label) { in emitLabel()
69 bool EvalEmitter::jumpTrue(const LabelTy &Label) { in jumpTrue()
77 bool EvalEmitter::jumpFalse(const LabelTy &Label) { in jumpFalse()
85 bool EvalEmitter::jump(const LabelTy &Label) { in jump()
91 bool EvalEmitter::fallthrough(const LabelTy &Label) { in fallthrough()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp616 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
622 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
627 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
632 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
639 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
645 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
651 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
658 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
665 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
671 if (MCSymbol *Label = CFI.getLabel()) in printCFI() local
[all …]
H A DGCRootLowering.cpp256 MCSymbol *Label = MBB.getParent()->getContext().createTempSymbol(); in InsertLabel() local
267 MCSymbol *Label = InsertLabel(*CI->getParent(), RAI, CI->getDebugLoc()); in VisitCallPoint() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCStreamer.cpp479 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfa() local
490 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaOffset() local
500 MCSymbol *Label = emitCFILabel(); in emitCFIAdjustCfaOffset() local
510 MCSymbol *Label = emitCFILabel(); in emitCFIDefCfaRegister() local
521 MCSymbol *Label = emitCFILabel(); in emitCFIOffset() local
531 MCSymbol *Label = emitCFILabel(); in emitCFIRelOffset() local
558 MCSymbol *Label = emitCFILabel(); in emitCFIRememberState() local
568 MCSymbol *Label = emitCFILabel(); in emitCFIRestoreState() local
577 MCSymbol *Label = emitCFILabel(); in emitCFISameValue() local
587 MCSymbol *Label = emitCFILabel(); in emitCFIRestore() local
[all …]
H A DMCSection.cpp103 PendingLabel& Label = *It; in flushPendingLabels() local
116 PendingLabel& Label = PendingLabels[0]; in flushPendingLabels() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUsingDeclarationsSorter.cpp69 std::string Label; member
89 std::string Label; in computeUsingDeclarationLabel() local
202 std::string Label = computeUsingDeclarationLabel(UsingTok); in analyze() local
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DLinePrinter.cpp102 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
115 void LinePrinter::formatBinary(StringRef Label, ArrayRef<uint8_t> Data, in formatBinary()
174 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
212 void LinePrinter::formatMsfStreamData(StringRef Label, PDBFile &File, in formatMsfStreamData()
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.cpp291 static void printStructField(LinePrinter &P, StringRef Label, T Value) { in printStructField()
412 StringRef Label; in explainStreamOffset() member
458 StringRef Label; in explainStreamOffset() member
H A DFormatUtil.cpp51 std::string llvm::pdb::truncateQuotedNameFront(StringRef Label, StringRef Name, in truncateQuotedNameFront()
62 std::string llvm::pdb::truncateQuotedNameBack(StringRef Label, StringRef Name, in truncateQuotedNameBack()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCPseudoProbe.h70 MCSymbol *Label; variable
77 MCPseudoProbe(MCSymbol *Label, uint64_t Guid, uint64_t Index, uint64_t Type, in MCPseudoProbe()
H A DConstantPools.h35 MCSymbol *Label; member
H A DMCDwarf.h160 MCSymbol *Label; variable
220 MCSymbol *Label = nullptr; member
356 void setLabel(MCSymbol *Label) { in setLabel()
422 MCSymbol *Label; variable
464 MCSymbol *Label; variable
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp75 MCSymbol *Label = S.emitCFILabel(); in EmitARM64WinUnwindCode() local
178 MCSymbol *Label = S.emitCFILabel(); in EmitARM64WinCFIPrologEnd() local
202 MCSymbol *Label = S.emitCFILabel(); in EmitARM64WinCFIEpilogEnd() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterDwarf.cpp158 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference()
192 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
H A DErlangGCPrinter.cpp84 MCSymbol *Label = P.Label; in finishAssembly() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DGCMetadata.h57 MCSymbol *Label; ///< A label. member
125 void addSafePoint(MCSymbol *Label, const DebugLoc &DL) { in addSafePoint()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DScopedPrinter.cpp22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.h229 const MCSymbol *Label; ///< Func MCSymbol member
235 MCSymbol *Label; ///< MCSymbol identifying insn for the lineinfo member
244 const MCSymbol *Label; ///< MCSymbol identifying insn for the reloc member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFMasmParser.cpp319 StringRef Label; in ParseDirectiveProc() local
355 StringRef Label; in ParseDirectiveEndProc() local
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/
H A Ddmresrcl2.c1130 char *Label; in AcpiDmPinGroupDescriptor() local
1217 char *Label = NULL; in AcpiDmPinGroupFunctionDescriptor() local
1291 char *Label = NULL; in AcpiDmPinGroupConfigDescriptor() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DTextNodeDumper.h56 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild()

12345