Home
last modified time | relevance | path

Searched refs:printDebugInfo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/lib/Format/
H A DTokenAnnotator.h190 void printDebugInfo(const AnnotatedLine &Line) const;
H A DUnwrappedLineParser.cpp3992 LLVM_ATTRIBUTE_UNUSED static void printDebugInfo(const UnwrappedLine &Line, in printDebugInfo() function
4004 printDebugInfo(ChildNode, "\nChild: "); in printDebugInfo()
4014 printDebugInfo(*Line); in addUnwrappedLine()
H A DTokenAnnotator.cpp2973 LLVM_DEBUG({ printDebugInfo(Line); }); in calculateFormattingInformation()
4944 void TokenAnnotator::printDebugInfo(const AnnotatedLine &Line) const { in printDebugInfo() function in clang::format::TokenAnnotator
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1800 static void printDebugInfo(raw_ostream &OS, const MCInst &Instruction, in printDebugInfo() function
1878 printDebugInfo(OS, Instruction, Function, DwCtx.get()); in printInstruction()