OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ASan
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/cmds/app_process/
Android.mk
19
# Build a variant of app_process binary linked with
ASan
runtime.
37
LOCAL_MODULE_PATH := $(TARGET_OUT_EXECUTABLES)/
asan
/external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp
16
#define DEBUG_TYPE "
asan
"
66
static const char *const kAsanModuleCtorName = "
asan
.module_ctor";
67
static const char *const kAsanModuleDtorName = "
asan
.module_dtor";
99
// This flag may need to be replaced with -f[no-]
asan
-reads.
100
static cl::opt<bool> ClInstrumentReads("
asan
-instrument-reads",
102
static cl::opt<bool> ClInstrumentWrites("
asan
-instrument-writes",
104
static cl::opt<bool> ClInstrumentAtomics("
asan
-instrument-atomics",
107
static cl::opt<bool> ClAlwaysSlowPath("
asan
-always-slow-path",
114
static cl::opt<int> ClMaxInsnsToInstrumentPerBB("
asan
-max-ins-per-bb",
118
// This flag may need to be replaced with -f[no]
asan
-stack
[
all
...]
/dalvik/vm/
Android.mk
50
# Define WITH_ADDRESS_SANITIZER to build an
ASan
-instrumented version of the
51
# library in /system/lib/
asan
/libdvm.so.
53
LOCAL_MODULE_PATH := $(TARGET_OUT_SHARED_LIBRARIES)/
asan
Completed in 180 milliseconds