Home
last modified time | relevance | path

Searched refs:dumpStack (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h37 LCtx->dumpStack(Out); in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp172 void dumpStack() const { in dumpStack() function
490 dumpStack(); in processBasicBlock()
974 LLVM_DEBUG(dumpStack()); in adjustLiveRegs()
997 LLVM_DEBUG(dumpStack()); in shuffleStackTop()
1698 dumpStack(); in handleSpecialFP()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h272 LLVM_DUMP_METHOD void dumpStack(raw_ostream &Out) const;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDecoderEmitter.cpp505 void dumpStack(raw_ostream &o, const char *prefix) const;
1107 void FilterChooser::dumpStack(raw_ostream &o, const char *prefix) const { in dumpStack() function in FilterChooser
1854 dumpStack(errs(), "\t\t"); in emitTableEntries()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp496 void LocationContext::dumpStack(raw_ostream &Out) const { in dumpStack() function in LocationContext