Home
last modified time | relevance | path

Searched refs:__stack (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/libc/include/llvm-libc-types/
H A Dpthread_attr_t.h16 void *__stack; member
/llvm-project-15.0.7/libc/src/pthread/
H A Dpthread_attr_setstacksize.cpp23 attr->__stack = nullptr;
H A Dpthread_attr_getstack.cpp20 *stack = attr->__stack;
H A Dpthread_attr_setstack.cpp28 attr->__stack = stack;
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Darm64-variadic-aapcs.ll94 ; __stack field should point just past them.
H A Dilp32-va.ll94 ; __stack field should point just past them.
/llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/AArch64/
H A Dvararg.ll44 ; Copy the remaining shadow values on the va_list::__stack position (it is
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cpp1422 register void *__stack __asm__("a1") = child_stack; in internal_clone()
1448 : "0"(__flags), "r"(__stack), "r"(__ptid), "r"(__tls), "r"(__ctid), in internal_clone()
1465 register void *__stack __asm__("x1") = child_stack; in internal_clone()
1498 "r"(__fn), "r"(__stack), "r"(__flags), "r"(__arg), in internal_clone()