Home
last modified time | relevance | path

Searched refs:at_initialization (Results 1 – 9 of 9) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux_libcdep.cc77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
81 if (at_initialization) { in GetThreadStackTopAndBottom()
Dsanitizer_mac.cc247 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
255 if ((GetMacosVersion() >= MACOS_VERSION_MAVERICKS) && at_initialization && in GetThreadStackTopAndBottom()
Dsanitizer_win.cc74 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
Dsanitizer_common.h77 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_rtems.cpp78 void GetThreadStackTopAndBottom(bool at_initialization, in GetThreadStackTopAndBottom() argument
Dsanitizer_linux_libcdep.cpp97 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
101 if (at_initialization) { in GetThreadStackTopAndBottom()
Dsanitizer_mac.cpp386 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument
394 if ((GetMacosAlignedVersion() >= MacosVersion(10, 9)) && at_initialization && in GetThreadStackTopAndBottom()
Dsanitizer_common.h87 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top,
Dsanitizer_win.cpp112 void GetThreadStackTopAndBottom(bool at_initialization, uptr *stack_top, in GetThreadStackTopAndBottom() argument