Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/MC/COFF/
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
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
Dcv-string.s62 .long 0 # MaxStackSize
/external/llvm-project/lld/test/COFF/Inputs/
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 …]
Dpdb-hashes-1.yaml58 MaxStackSize: 0
66 MaxStackSize: 0
74 MaxStackSize: 0
82 MaxStackSize: 0
341 MaxStackSize: 0
349 MaxStackSize: 0
357 MaxStackSize: 0
Dpdb-hashes-2-missing.yaml47 MaxStackSize: 0
55 MaxStackSize: 0
63 MaxStackSize: 0
Dpdb-hashes-2.yaml47 MaxStackSize: 0
55 MaxStackSize: 0
63 MaxStackSize: 0
/external/llvm-project/llvm/test/DebugInfo/COFF/
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 …]
/external/proguard/src/proguard/classfile/attribute/visitor/
DStackSizeComputer.java57 private int maxStackSize; field in StackSizeComputer
90 return maxStackSize; in getMaxStackSize()
150 maxStackSize = 0; in visitCodeAttribute0()
303 if (maxStackSize < stackSize) in evaluateInstructionBlock()
305 maxStackSize = stackSize; in evaluateInstructionBlock()
345 if (maxStackSize < stackSize) in evaluateInstructionBlock()
347 maxStackSize = stackSize; in evaluateInstructionBlock()
/external/llvm-project/lld/test/COFF/
Dpdb-framedata.yaml76 MaxStackSize: 0
84 MaxStackSize: 0
92 MaxStackSize: 0
161 MaxStackSize: 0
169 MaxStackSize: 0
177 MaxStackSize: 0
185 MaxStackSize: 0
/external/compiler-rt/lib/esan/
Desan_linux.cpp33 if (StackSizeIsUnlimited() || StackLimit > MaxStackSize) { in verifyAddressSpace()
36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
Desan_shadow.h112 static const uptr MaxStackSize = (1ULL << 40) - 4096; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp359 // MSVC has only ever been observed to emit a MaxStackSize of zero. in emitFrameDataRecord()
360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
367 // ulittle32_t MaxStackSize; in emitFrameDataRecord()
377 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86WinCOFFTargetStreamer.cpp359 // MSVC has only ever been observed to emit a MaxStackSize of zero. in emitFrameDataRecord()
360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local
367 // ulittle32_t MaxStackSize; in emitFrameDataRecord()
377 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp63 unsigned MaxStackSize; member
69 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
164 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
698 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp63 unsigned MaxStackSize; member
69 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack()
163 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
697 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/external/llvm/lib/Target/AMDGPU/
DR600ControlFlowFinalizer.cpp45 unsigned MaxStackSize; member
51 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0), in CFStack()
147 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize()
683 MFI->StackSize = CFStack.MaxStackSize; in runOnMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
/external/llvm-project/llvm/lib/ObjectYAML/
DCodeViewYAMLDebugSections.cpp312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping()
519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection()
717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
/external/llvm-project/llvm/test/DebugInfo/PDB/Inputs/
Ddebug-subsections.yaml86 MaxStackSize: 3
/external/llvm/tools/llvm-readobj/
DCodeView.h38 ulittle32_t MaxStackSize; member
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h50 uint32_t MaxStackSize; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DCodeViewYAMLDebugSections.h50 uint32_t MaxStackSize; member
/external/lua/src/
Dldump.c188 dumpByte(D, f->maxstacksize); in dumpFunction()
Dltm.c243 luaD_checkstack(L, p->maxstacksize + 1); in luaT_adjustvarargs()

12