Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/libunwind/src/
H A DCompactUnwinder.hpp129 uint32_t stackSize = stackSizeEncoded * 4; in stepWithCompactEncodingFrameless() local
360 uint32_t stackSize = stackSizeEncoded * 8; in stepWithCompactEncodingFrameless() local
534 uint32_t stackSize = in stepWithCompactEncodingFrameless() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsRegisterInfo.cpp261 uint64_t stackSize = MF.getFrameInfo().getStackSize(); in eliminateFrameIndex() local
H A DMipsAsmPrinter.cpp386 unsigned stackSize = MF->getFrameInfo().getStackSize(); in emitFrameDirective() local
/freebsd-13.1/contrib/llvm-project/lld/include/lld/ReaderWriter/
H A DMachOLinkingContext.h185 uint64_t stackSize() const { return _stackSize; } in stackSize() function
186 void setStackSize(uint64_t stackSize) { _stackSize = stackSize; } in setStackSize()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_win.cpp388 uptr stackSize = (uptr)tib->StackBase - (uptr)tib->StackLimit; in asan_thread_exit() local
/freebsd-13.1/contrib/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFile.h247 Hex64 stackSize = 0; member
/freebsd-13.1/contrib/llvm-project/lld/lib/Driver/
H A DDarwinLdDriver.cpp950 if (llvm::opt::Arg *stackSize = parsedArgs.getLastArg(OPT_stack_size)) { in parse() local