Searched refs:stackSize (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/VE/
H A DVESubtarget.h66 int getAdjustedFrameSize(int stackSize) const;
/freebsd-11-stable/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp129 uint32_t stackSize = stackSizeEncoded * 4; local
133 stackSize = subl + 4 * stackAdjust;
202 uint32_t savedRegisters = registers.getSP() + stackSize - 4 - 4 * regCount;
360 uint32_t stackSize = stackSizeEncoded * 8; local
364 stackSize = subl + 8 * stackAdjust;
433 uint64_t savedRegisters = registers.getSP() + stackSize - 8 - 8 * regCount;
534 uint32_t stackSize = local
537 uint64_t savedRegisterLoc = registers.getSP() + stackSize;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcSubtarget.h118 int getAdjustedFrameSize(int stackSize) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp267 uint64_t stackSize = MF.getFrameInfo().getStackSize(); local
272 << "stackSize : " << stackSize << "\n"
277 eliminateFI(MI, FIOperandNum, FrameIndex, stackSize, spOffset);
H A DMipsAsmPrinter.cpp386 unsigned stackSize = MF->getFrameInfo().getStackSize(); local
388 getTargetStreamer().emitFrame(stackReg, stackSize, returnReg);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp387 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; local
388 __asan_unpoison_memory_region(tib->StackLimit, stackSize);
/freebsd-11-stable/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h185 uint64_t stackSize() const { return _stackSize; } function in class:lld::MachOLinkingContext
186 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } argument
/freebsd-11-stable/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h247 Hex64 stackSize = 0; member in struct:lld::mach_o::normalized::NormalizedFile
H A DMachONormalizedFileFromAtoms.cpp1597 normFile.stackSize = context.stackSize();
H A DMachONormalizedFileYAML.cpp724 io.mapOptional("stack-size", file.stackSize, Hex64(0));
H A DMachONormalizedFileBinaryWriter.cpp953 ep.stacksize = _file.stackSize;
/freebsd-11-stable/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp949 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) {
951 if (parseNumberBase16(stackSize->getValue(), stackSizeVal)) {

Completed in 128 milliseconds