OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_stack_depot
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
102
bool
use_stack_depot
;
member in struct:__asan::Flags
asan_rtl.cc
124
ParseFlag(str, &f->
use_stack_depot
, "
use_stack_depot
");
174
f->
use_stack_depot
= true;
199
if (cf->detect_leaks && !f->
use_stack_depot
) {
200
Report("%s: detect_leaks is ignored (requires
use_stack_depot
).\n",
asan_allocator2.cc
237
if (flags()->
use_stack_depot
)
245
if (flags()->
use_stack_depot
)
395
if (fl.
use_stack_depot
) {
468
if (flags()->
use_stack_depot
) {
Completed in 26 milliseconds