Home
last modified time | relevance | path

Searched defs:stackSize (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/libunwind/src/
H A DCompactUnwinder.hpp130 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local
361 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
535 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp283 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
H A DMipsAsmPrinter.cpp381 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
/freebsd-12.1/contrib/llvm/tools/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h186 uint64_t stackSize() const { return _stackSize; } in stackSize() function
187 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
/freebsd-12.1/contrib/llvm/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h248 Hex64 stackSize = 0; member
/freebsd-12.1/contrib/llvm/tools/lld/lib/Driver/
H A DDarwinLdDriver.cpp950 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) { in parse() local