/external/llvm-project/llvm/test/MC/COFF/ |
D | cv-fpo-csrs.s | 73 # 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
|
D | cv-fpo-setframe.s | 76 # 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
|
D | cv-string.s | 62 .long 0 # MaxStackSize
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | fpo-csrs.ll | 80 ; 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 …]
|
D | vframe-fpo.ll | 89 ; CODEVIEW-NEXT: MaxStackSize: 0x0
|
/external/compiler-rt/lib/esan/ |
D | esan_linux.cpp | 33 if (StackSizeIsUnlimited() || StackLimit > MaxStackSize) { in verifyAddressSpace() 36 SetStackSizeLimitInBytes(MaxStackSize); in verifyAddressSpace()
|
D | esan_shadow.h | 112 static const uptr MaxStackSize = (1ULL << 40) - 4096; variable
|
/external/llvm/tools/llvm-readobj/ |
D | CodeView.h | 38 ulittle32_t MaxStackSize; member
|
D | COFFDumper.cpp | 858 W.printHex("MaxStackSize", FD->MaxStackSize); in printCodeViewSymbolSection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 63 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/ |
D | R600ControlFlowFinalizer.cpp | 63 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/ |
D | R600ControlFlowFinalizer.cpp | 45 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/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 50 uint32_t MaxStackSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 50 uint32_t MaxStackSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 312 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/ |
D | CodeViewYAMLDebugSections.cpp | 312 IO.mapOptional("MaxStackSize", Obj.MaxStackSize); in mapping() 519 F.MaxStackSize = YF.MaxStackSize; in toCodeViewSubsection() 717 YF.MaxStackSize = F.MaxStackSize; in fromCodeViewSubsection()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local 377 OS.EmitIntValue(MaxStackSize, 4); in emitFrameDataRecord()
|
/external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 360 unsigned MaxStackSize = 0; in emitFrameDataRecord() local 377 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 574 support::ulittle32_t MaxStackSize; member
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 574 support::ulittle32_t MaxStackSize; member
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | DumpOutputStyle.cpp | 1141 uint32_t(FD.MaxStackSize), uint16_t(FD.PrologSize), in dumpNewFpo()
|
/external/llvm-project/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 1101 W.printHex("MaxStackSize", FD.MaxStackSize); in printCodeViewSymbolSection()
|