Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp38 unsigned MaxStackSize; member
44 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
133 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
667 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h50 uint32_t MaxStackSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
377 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h574 support::ulittle32_t MaxStackSize; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1137 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1119 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()