Searched refs:LocalStackSize (Results 1 – 3 of 3) sorted by relevance
68 uint64_t LocalStackSize = 0; variable271 void setLocalStackSize(uint64_t Size) { LocalStackSize = Size; } in setLocalStackSize()272 uint64_t getLocalStackSize() const { return LocalStackSize; } in getLocalStackSize()
1315 unsigned LocalStackSize) { in fixupSEHOpcode() argument1332 ImmOpnd->setImm(ImmOpnd->getImm() + LocalStackSize); in fixupSEHOpcode()1452 uint64_t LocalStackSize, in fixupCalleeSaveRestoreStackOffset() argument1487 assert(LocalStackSize % Scale == 0); in fixupCalleeSaveRestoreStackOffset()1488 OffsetOpnd.setImm(OffsetOpnd.getImm() + LocalStackSize / Scale); in fixupCalleeSaveRestoreStackOffset()1496 fixupSEHOpcode(MBBI, LocalStackSize); in fixupCalleeSaveRestoreStackOffset()
3138 static int StackMallocSizeClass(uint64_t LocalStackSize) { in StackMallocSizeClass() argument3139 assert(LocalStackSize <= kMaxStackMallocSize); in StackMallocSizeClass()3142 if (LocalStackSize <= MaxSize) return i; in StackMallocSizeClass()3373 uint64_t LocalStackSize = L.FrameSize; in processStaticAllocas() local3376 !ASan.CompileKernel && LocalStackSize <= kMaxStackMallocSize; in processStaticAllocas()3412 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3416 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3425 StackMallocIdx = StackMallocSizeClass(LocalStackSize); in processStaticAllocas()3427 ConstantInt::get(IntptrTy, LocalStackSize)); in processStaticAllocas()3563 {FakeStack, ConstantInt::get(IntptrTy, LocalStackSize)}); in processStaticAllocas()