/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-16.0/llvm/lib/Target/AMDGPU/ |
D | R600ControlFlowFinalizer.cpp | 39 unsigned MaxStackSize; member 45 MaxStackSize(cc == CallingConv::AMDGPU_VS ? 1 : 0) {} in CFStack() 134 MaxStackSize = std::max(CurrentStackSize, MaxStackSize); in updateMaxStackSize() 665 MFI->CFStackSize = CFStack.MaxStackSize; in runOnMachineFunction()
|
/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/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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/ |
D | CodeViewYAMLDebugSections.h | 50 uint32_t MaxStackSize; member
|
D | XCOFFYAML.h | 58 std::optional<llvm::yaml::Hex64> 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/swiftshader/third_party/llvm-16.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()
|
D | XCOFFEmitter.cpp | 417 W.write<uint64_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader() 420 W.write<uint32_t>(InitAuxFileHdr.MaxStackSize.value_or(yaml::Hex64(0))); in writeAuxFileHeader()
|
D | XCOFFYAML.cpp | 197 IO.mapOptional("MaxStackSize", AuxHdr.MaxStackSize); in mapping()
|
/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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86WinCOFFTargetStreamer.cpp | 361 unsigned MaxStackSize = 0; in emitFrameDataRecord() local 378 OS.emitInt32(MaxStackSize); in emitFrameDataRecord()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 579 support::ulittle32_t MaxStackSize; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 574 support::ulittle32_t MaxStackSize; member
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/ |
D | XCOFFObjectFile.h | 99 support::ubig32_t MaxStackSize; ///< If the value is 0, the system default member 145 support::ubig64_t MaxStackSize; member
|