HomeSort by: relevance | last modified time | path
    Searched defs:MaxStackSize (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 50 uint32_t MaxStackSize;
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
R600ControlFlowFinalizer.cpp 38 unsigned MaxStackSize;
44 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {}
133 MaxStackSize = std::max(CurrentStackSize, MaxStackSize);
667 MFI->CFStackSize = CFStack.MaxStackSize;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeView.h 574 support::ulittle32_t MaxStackSize;

Completed in 35 milliseconds