Searched refs:LocalStackSize (Results 1 – 3 of 3) sorted by relevance
68 uint64_t LocalStackSize = 0; variable218 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize()219 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
860 unsigned LocalStackSize) { in fixupSEHOpcode() argument875 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()994 uint64_t LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument1039 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()1040 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()1048 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
3054 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument3055 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()3058 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()3289 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local3292 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()3328 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3332 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3341 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3343 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3479 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()