Searched refs:LiteralValue (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyCompilandDumper.cpp | 83 : PDB_ColorItem::LiteralValue; in start() 148 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in dump()
|
H A D | PrettyVariableDumper.cpp | 66 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getValue(); in start() 84 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Var.getLength(); in start()
|
H A D | PrettyEnumDumper.cpp | 61 WithColor(Printer, PDB_ColorItem::LiteralValue).get() in start()
|
H A D | PrettyFunctionDumper.cpp | 215 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getLength(); in dump()
|
H A D | PrettyTypeDumper.cpp | 305 WithColor(Printer, PDB_ColorItem::LiteralValue).get() << Symbol.getCount(); in dump()
|
H A D | llvm-pdbutil.cpp | 979 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 D | LinePrinter.h | 166 LiteralValue, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | LinePrinter.cpp | 336 case PDB_ColorItem::LiteralValue: in applyColor()
|
/freebsd/contrib/llvm-project/llvm/lib/FileCheck/ |
H A D | FileCheck.cpp | 447 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 D | AMDGPUAsmParser.cpp | 4502 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()
|