Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DPrettyStackTraceLocationContext.h37 LCtx->dumpStack(Out); in print()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp173 void dumpStack() const { in dumpStack() function
494 dumpStack(); in processBasicBlock()
947 LLVM_DEBUG(dumpStack()); in adjustLiveRegs()
970 LLVM_DEBUG(dumpStack()); in shuffleStackTop()
1636 dumpStack(); in handleSpecialFP()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/
H A DAnalysisDeclContext.h266 LLVM_DUMP_METHOD void dumpStack(raw_ostream &Out) const;
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp465 void dumpStack(raw_ostream &o, const char *prefix) const;
1040 void FilterChooser::dumpStack(raw_ostream &o, const char *prefix) const { in dumpStack() function in FilterChooser
1775 dumpStack(errs(), "\t\t"); in emitTableEntries()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp444 void LocationContext::dumpStack(raw_ostream &Out) const { in dumpStack() function in LocationContext