Searched refs:DiagnosticInfoStackSize (Results 1 - 4 of 4) sorted by relevance

/external/llvm/include/llvm/IR/
H A DDiagnosticInfo.h148 class DiagnosticInfoStackSize : public DiagnosticInfo { class in namespace:llvm
158 DiagnosticInfoStackSize(const Function &Fn, unsigned StackSize, function in class:llvm::DiagnosticInfoStackSize
/external/llvm/lib/IR/
H A DDiagnosticInfo.cpp112 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp237 bool StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D);
403 BackendConsumer::StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D) {
501 if (StackSizeDiagHandler(cast<DiagnosticInfoStackSize>(DI)))
/external/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp175 DiagnosticInfoStackSize DiagStackSize(*F, StackSize);

Completed in 448 milliseconds