Searched refs:LocalStackSize (Results 1 – 3 of 3) sorted by relevance
69 uint64_t LocalStackSize = 0; variable240 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize()241 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
1099 unsigned LocalStackSize) { in fixupSEHOpcode() argument1114 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()1235 uint64_t LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument1270 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()1271 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()1279 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
2909 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument2910 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()2913 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()3144 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local3147 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()3183 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3187 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3196 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3198 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3334 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()