Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyCompilandDumper.cpp83 : PDB_ColorItem::LiteralValue; in start()
148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
DPrettyVariableDumper.cpp64 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start()
82 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
DPrettyEnumDumper.cpp60 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
DLinePrinter.h149 LiteralValue, enumerator
DPrettyFunctionDumper.cpp212 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength(); in dump()
DPrettyTypeDumper.cpp303 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
DLinePrinter.cpp329 case PDB_ColorItem::LiteralValue: in applyColor()
Dllvm-pdbutil.cpp955 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Size; in dumpInjectedSources()
967 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << CRC; in dumpInjectedSources()
972 WithColor(Printer, PDB_ColorItem::LiteralValue).get(), in dumpInjectedSources()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp3919 uint32_t LiteralValue; in validateSOPLiteral() local
3929 if (NumLiterals == 0 || LiteralValue != Value) { in validateSOPLiteral()
3930 LiteralValue = Value; in validateSOPLiteral()
4000 uint32_t LiteralValue; in validateVOP3Literal() local
4020 if (NumLiterals == 0 || LiteralValue != Value) { in validateVOP3Literal()
4021 LiteralValue = Value; in validateVOP3Literal()