Home
last modified time | relevance | path

Searched refs:MaxStackSize (Results 1 – 9 of 9) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_linux.cpp33 if (StackSizeIsUnlimited() || StackLimit > MaxStackSize) { in verifyAddressSpace()
36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
H A Desan_shadow.h159 static const uptr MaxStackSize = (1ULL << 40) - 4096; variable
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp64 unsigned MaxStackSize; member
70 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
165 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
699 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h51 uint32_t MaxStackSize; member
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp313 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
520 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
718 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
378 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h557 support::ulittle32_t MaxStackSize; member
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1073 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1067 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()