Home
last modified time | relevance | path

Searched refs:LiteralValue (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyCompilandDumper.cpp83 : PDB_ColorItem::LiteralValue; in start()
148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
H A DPrettyVariableDumper.cpp66 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
84 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
H A DPrettyEnumDumper.cpp61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
H A DPrettyFunctionDumper.cpp215 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength(); in dump()
H A DPrettyTypeDumper.cpp305 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
H A Dllvm-pdbutil.cpp979 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Size; in dumpInjectedSources()
991 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC; in dumpInjectedSources()
996 WithColor(Printer, PDB_ColorItem::LiteralValue).get(), in dumpInjectedSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h166 LiteralValue, enumerator
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp336 case PDB_ColorItem::LiteralValue: in applyColor()
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheck.cpp447 APInt LiteralValue; in parseNumericOperand() local
451 LiteralValue)) { in parseNumericOperand()
452 LiteralValue = toSigned(LiteralValue, Negative); in parseNumericOperand()
454 LiteralValue); in parseNumericOperand()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp4502 uint32_t LiteralValue; in validateSOPLiteral() local
4512 if (NumLiterals == 0 || LiteralValue != Value) { in validateSOPLiteral()
4513 LiteralValue = Value; in validateSOPLiteral()
4663 uint32_t LiteralValue; in validateVOPLiteral() local
4689 if (NumLiterals == 0 || LiteralValue != Value) { in validateVOPLiteral()
4690 LiteralValue = Value; in validateVOPLiteral()