/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 96 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 D | ByteCodeEmitter.cpp | 87 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 D | EvalEmitter.cpp | 45 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 D | MachineOperand.cpp | 616 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 D | GCRootLowering.cpp | 256 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 D | MCStreamer.cpp | 479 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 D | MCSection.cpp | 103 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 D | UsingDeclarationsSorter.cpp | 69 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 D | LinePrinter.cpp | 102 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 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 | 291 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 D | FormatUtil.cpp | 51 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 D | MCPseudoProbe.h | 70 MCSymbol *Label; variable 77 MCPseudoProbe(MCSymbol *Label, uint64_t Guid, uint64_t Index, uint64_t Type, in MCPseudoProbe()
|
H A D | ConstantPools.h | 35 MCSymbol *Label; member
|
H A D | MCDwarf.h | 160 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 D | MipsELFStreamer.cpp | 62 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 D | AArch64WinCOFFStreamer.cpp | 75 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 D | AsmPrinterDwarf.cpp | 158 void AsmPrinter::emitDwarfSymbolReference(const MCSymbol *Label, in emitDwarfSymbolReference() 192 void AsmPrinter::emitDwarfOffset(const MCSymbol *Label, uint64_t Offset) const { in emitDwarfOffset() argument
|
H A D | ErlangGCPrinter.cpp | 84 MCSymbol *Label = P.Label; in finishAssembly() local
|
/netbsd-src/external/apache2/llvm/dist/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()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 22 void ScopedPrinter::printBinaryImpl(StringRef Label, StringRef Str, in printBinaryImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/ |
H A D | BTFDebug.h | 229 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 D | COFFMasmParser.cpp | 319 StringRef Label; in ParseDirectiveProc() local 355 StringRef Label; in ParseDirectiveEndProc() local
|
/netbsd-src/sys/external/bsd/acpica/dist/disassembler/ |
H A D | dmresrcl2.c | 1130 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 D | TextNodeDumper.h | 56 template <typename Fn> void AddChild(StringRef Label, Fn DoAddChild) { in AddChild()
|