OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASan
(Results
1 - 4
of
4
) sorted by null
/frameworks/rs/cpp/
Android.mk
16
# Used in librsjni, which is built as NDK code => no
ASan
.
/frameworks/base/cmds/app_process/
Android.mk
42
# Build a variant of app_process binary linked with
ASan
runtime.
71
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)/
asan
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
64
#define DEBUG_TYPE "
asan
"
85
static const char *const kAsanModuleCtorName = "
asan
.module_ctor";
86
static const char *const kAsanModuleDtorName = "
asan
.module_dtor";
123
"
asan
-kernel", cl::desc("Enable KernelAddressSanitizer instrumentation"),
126
"
asan
-recover",
130
// This flag may need to be replaced with -f[no-]
asan
-reads.
131
static cl::opt<bool> ClInstrumentReads("
asan
-instrument-reads",
135
"
asan
-instrument-writes", cl::desc("instrument write instructions"),
138
"
asan
-instrument-atomics",
142
"
asan
-always-slow-path"
[
all
...]
/external/minijail/
Android.mk
105
# Example
ASan
-ified libminijail shared library for target.
115
# LOCAL_MODULE_RELATIVE_PATH :=
asan
208
# Don't build with
ASan
, but leave commented out for easy local debugging.
Completed in 342 milliseconds