Home
last modified time | relevance | path

Searched full:maxstacksize (Results 1 – 24 of 24) sorted by relevance

/llvm-project/llvm/test/MC/COFF/
H A Dcv-fpo-csrs.s73 # OBJ-NEXT: MaxStackSize: 0x0
90 # OBJ-NEXT: MaxStackSize: 0x0
107 # OBJ-NEXT: MaxStackSize: 0x0
125 # OBJ-NEXT: MaxStackSize: 0x0
144 # OBJ-NEXT: MaxStackSize: 0x0
164 # OBJ-NEXT: MaxStackSize: 0x0
H A Dcv-fpo-setframe.s76 # OBJ-NEXT: MaxStackSize: 0x0
93 # OBJ-NEXT: MaxStackSize: 0x0
110 # OBJ-NEXT: MaxStackSize: 0x0
127 # OBJ-NEXT: MaxStackSize: 0x0
145 # OBJ-NEXT: MaxStackSize: 0x0
164 # OBJ-NEXT: MaxStackSize: 0x0
H A Dcv-string.s62 .long 0 # MaxStackSize
/llvm-project/lld/test/COFF/Inputs/
H A Dpdb-globals.yaml136 MaxStackSize: 0
144 MaxStackSize: 0
152 MaxStackSize: 0
196 MaxStackSize: 0
204 MaxStackSize: 0
212 MaxStackSize: 0
340 MaxStackSize: 0
348 MaxStackSize: 0
356 MaxStackSize: 0
699 MaxStackSize: 0
[all …]
H A Dpdb-hashes-1.yaml58 MaxStackSize: 0
66 MaxStackSize: 0
74 MaxStackSize: 0
82 MaxStackSize: 0
341 MaxStackSize: 0
349 MaxStackSize: 0
357 MaxStackSize: 0
H A Dpdb-hashes-2-missing.yaml47 MaxStackSize: 0
55 MaxStackSize: 0
63 MaxStackSize: 0
H A Dpdb-hashes-2.yaml47 MaxStackSize: 0
55 MaxStackSize: 0
63 MaxStackSize: 0
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dfpo-csrs.ll80 ; OBJ-NEXT: MaxStackSize: 0x0
97 ; OBJ-NEXT: MaxStackSize: 0x0
147 ; OBJ-NEXT: MaxStackSize: 0x0
164 ; OBJ-NEXT: MaxStackSize: 0x0
181 ; OBJ-NEXT: MaxStackSize: 0x0
233 ; OBJ-NEXT: MaxStackSize: 0x0
250 ; OBJ-NEXT: MaxStackSize: 0x0
267 ; OBJ-NEXT: MaxStackSize: 0x0
285 ; OBJ-NEXT: MaxStackSize: 0x0
343 ; OBJ-NEXT: MaxStackSize: 0x0
[all …]
H A Dvframe-fpo.ll91 ; CODEVIEW-NEXT: MaxStackSize: 0x0
/llvm-project/lld/test/COFF/
H A Dpdb-framedata.yaml76 MaxStackSize: 0
84 MaxStackSize: 0
92 MaxStackSize: 0
161 MaxStackSize: 0
169 MaxStackSize: 0
177 MaxStackSize: 0
185 MaxStackSize: 0
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFTargetStreamer.cpp360 // MSVC has only ever been observed to emit a MaxStackSize of zero. in emitFrameDataRecord()
361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
368 // ulittle32_t MaxStackSize; in emitFrameDataRecord()
378 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
/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()
/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 DXCOFFYAML.cpp226 IO.mapOptional("MaxStackSize", AuxHdr.MaxStackSize); in mapping()
H A DXCOFFEmitter.cpp501 W.write<uint64_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
504 W.write<uint32_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
/llvm-project/flang/lib/Optimizer/Transforms/
H A DMemoryAllocation.cpp105 MemoryAllocationOpt(bool dynOnHeap, std::size_t maxStackSize) { in matchAndRewrite()
107 options = {dynOnHeap, maxStackSize}; in matchAndRewrite()
156 MemoryAllocationOpt(bool dynOnHeap,std::size_t maxStackSize) MemoryAllocationOpt() argument
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
H A Ddebug-subsections.yaml86 MaxStackSize: 3
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLDebugSections.h50 uint32_t MaxStackSize; member
H A DXCOFFYAML.h58 std::optional<llvm::yaml::Hex64> MaxStackSize; member
/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h106 support::ubig32_t MaxStackSize; ///< If the value is 0, the system default
152 support::ubig64_t MaxStackSize;
105 support::ubig32_t MaxStackSize; ///< If the value is 0, the system default global() member
151 support::ubig64_t MaxStackSize; global() member
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h589 support::ulittle32_t MaxStackSize; member
/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp1117 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
1185 PrintAuxMember(Hex, "Maximum stack size", AuxHeader->MaxStackSize); in printAuxiliaryHeader()
H A DCOFFDumper.cpp1310 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()
/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1034 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()