Home
last modified time | relevance | path

Searched refs:prettyPrintRegisterOp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.h60 LLVM_ABI bool prettyPrintRegisterOp(DWARFUnit *U, raw_ostream &OS,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFExpressionPrinter.cpp63 if (prettyPrintRegisterOp(U, OS, DumpOpts, Op->getCode(), in printOp()
277 bool prettyPrintRegisterOp(DWARFUnit *U, raw_ostream &OS, in prettyPrintRegisterOp() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVDWARFReader.cpp598 prettyPrintRegisterOp(/*U=*/nullptr, Stream, DumpOpts, Opcode, Operands); in getRegisterName()