Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ControlFlowFinalizer.cpp39 unsigned MaxStackSize; member
45 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
132 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
663 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h51 uint32_t MaxStackSize; member
H A DXCOFFYAML.h58 std::optional<llvm::yaml::Hex64> MaxStackSize; member
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp310 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
517 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
715 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
H A DXCOFFEmitter.cpp503 W.write<uint64_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
506 W.write<uint32_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
H A DXCOFFYAML.cpp226 IO.mapOptional("MaxStackSize", AuxHdr.MaxStackSize); in mapping()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp369 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
386 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp187 PrintAuxMember(Hex, "Maximum stack size:", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
256 PrintAuxMember(Hex, "Maximum stack size:", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h563 support::ulittle32_t MaxStackSize; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h106 support::ubig32_t MaxStackSize; ///< If the value is 0, the system default member
152 support::ubig64_t MaxStackSize; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1121 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
1189 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
H A DCOFFDumper.cpp1313 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1034 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()