Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h38 LCtx->dumpStack(OS, "\t"); in print()
/minix3/external/bsd/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisContext.h263 void dumpStack(raw_ostream &OS, StringRef Indent = "") const;
264 void dumpStack() const;
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp430 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const { in dumpStack() function in LocationContext
455 LLVM_DUMP_METHOD void LocationContext::dumpStack() const { in dumpStack() function in LocationContext
456 dumpStack(llvm::errs()); in dumpStack()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp162 void dumpStack() const { in dumpStack() function
444 dumpStack(); in processBasicBlock()
900 DEBUG(dumpStack()); in adjustLiveRegs()
923 DEBUG(dumpStack()); in shuffleStackTop()
1481 DEBUG({dbgs() << "Before asm: "; dumpStack();}); in handleSpecialFP()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp406 void dumpStack(raw_ostream &o, const char *prefix) const;
939 void FilterChooser::dumpStack(raw_ostream &o, const char *prefix) const { in dumpStack() function in FilterChooser
963 dumpStack(errs(), "\t\t"); in SingletonExists()
1651 dumpStack(errs(), "\t\t"); in emitTableEntries()