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

  /external/llvm/include/llvm/IR/
DiagnosticInfo.h 207 class DiagnosticInfoStackSize : public DiagnosticInfoResourceLimit {
209 DiagnosticInfoStackSize(const Function &Fn,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DiagnosticInfo.h 212 class DiagnosticInfoStackSize : public DiagnosticInfoResourceLimit {
214 DiagnosticInfoStackSize(const Function &Fn, uint64_t StackSize,
    [all...]
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 239 bool StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D);
411 BackendConsumer::StackSizeDiagHandler(const llvm::DiagnosticInfoStackSize &D) {
589 if (StackSizeDiagHandler(cast<DiagnosticInfoStackSize>(DI)))
    [all...]
  /external/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 227 DiagnosticInfoStackSize DiagStackSize(*F, StackSize);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
PrologEpilogInserter.cpp 224 DiagnosticInfoStackSize DiagStackSize(F, StackSize);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUAsmPrinter.cpp 813 DiagnosticInfoStackSize DiagStackSize(MF.getFunction(),
    [all...]

Completed in 277 milliseconds