OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lsan
(Results
1 - 7
of
7
) sorted by null
/external/compiler-rt/lib/lsan/
Makefile.mk
1
#===- lib/
lsan
/Makefile.mk ---------------------------------*- Makefile -*--===#
10
ModuleName :=
lsan
23
# Define a convenience variable for all the
lsan
functions.
26
#
lsan
functions used in another sanitizers.
/external/compiler-rt/lib/
Makefile.mk
17
SubDirs +=
lsan
/external/compiler-rt/lib/tsan/
check_cmake.sh
18
ninja check-
lsan
/external/compiler-rt/lib/sanitizer_common/scripts/
check_lint.sh
93
#
LSan
94
LSAN_RTL=${COMPILER_RT}/lib/
lsan
96
run_lint ${LSAN_LIT_TEST_LINT_FILTER} ${LIT_TESTS}/
lsan
/*/*.cc &
/external/compiler-rt/make/platform/
clang_linux.mk
67
lsan
-x86_64
78
Arch.
lsan
-x86_64 := x86_64
112
CFLAGS.
lsan
-x86_64 := $(CFLAGS) -m64 $(SANITIZER_CFLAGS) -fno-rtti
157
FUNCTIONS.
lsan
-x86_64 := $(LsanFunctions) $(InterceptionFunctions) \
/external/clang/runtime/compiler-rt/
Makefile
141
ubsan_cxx-x86_64.a dfsan-x86_64.a
lsan
-x86_64.a
/external/chromium_org/tools/clang/scripts/
update.sh
142
elif [[ "$GYP_DEFINES" =~ .*(clang|tsan|asan|
lsan
|msan)=1.* ]]; then
Completed in 393 milliseconds