OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_fake_stack
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/asan/
asan_flags.h
56
bool
use_fake_stack
;
member in struct:__asan::Flags
asan_fake_stack.cc
165
if (!flags()->
use_fake_stack
) return real_stack;
178
if (!flags()->
use_fake_stack
) return;
asan_rtl.cc
104
ParseFlag(str, &f->
use_fake_stack
, "
use_fake_stack
");
152
f->
use_fake_stack
= true;
Completed in 242 milliseconds