Searched refs:__sancov_lowest_stack (Results 1 – 6 of 6) sorted by relevance
13 thread_local uintptr_t __sancov_lowest_stack; variable17 assert(__sancov_lowest_stack < last_stack); in foo()18 last_stack = __sancov_lowest_stack; in foo()24 last_stack = __sancov_lowest_stack; in main()
16 ; CHECK: @__sancov_lowest_stack = thread_local(initialexec) global i64 -117 @__sancov_lowest_stack = thread_local global i64 0, align 823 ; CHECK-NOT: @__sancov_lowest_stack34 ; CHECK: [[lowest:%[^ \t]+]] = load [[intType]], [[intType]]* @__sancov_lowest_stack38 ; CHECK: store [[intType]] [[frameInt]], [[intType]]* @__sancov_lowest_stack47 ret i64* @__sancov_lowest_stack
2 ; user declares `__sancov_lowest_stack` with an unexpected type.12 @__sancov_lowest_stack = thread_local global i32 014 ; CHECK: error: '__sancov_lowest_stack' should not be declared by the user
28 ATTRIBUTES_INTERFACE_TLS_INITIAL_EXEC uintptr_t __sancov_lowest_stack; variable409 __sancov_lowest_stack = InitialStack = reinterpret_cast<uintptr_t>(&stack); in RecordInitialStack()413 return InitialStack - __sancov_lowest_stack; // Stack grows down in GetMaxStackOffset()
217 SANITIZER_TLS_INITIAL_EXEC_ATTRIBUTE uptr __sancov_lowest_stack; variable