HomeSort by relevance Sort by last modified time
    Searched refs:DiagnosticInfoStackSize (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 148 class DiagnosticInfoStackSize : public DiagnosticInfo {
158 DiagnosticInfoStackSize(const Function &Fn, unsigned StackSize,
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 112 void DiagnosticInfoStackSize::print(DiagnosticPrinter &DP) const {
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 237 bool StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D);
403 BackendConsumer::StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D) {
501 if (StackSizeDiagHandler(cast<DiagnosticInfoStackSize>(DI)))
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 175 DiagnosticInfoStackSize DiagStackSize(*F, StackSize);
    [all...]

Completed in 506 milliseconds