OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hwasan
(Results
1 - 5
of
5
) sorted by null
/build/soong/cc/
sanitize.go
38
// TODO(pcc): Stop passing -
hwasan
-allow-ifunc here once it has been made
41
"-mllvm", "-
hwasan
-create-frame-descriptions=0",
42
"-mllvm", "-
hwasan
-allow-ifunc",
76
hwasan
88
case
hwasan
:
89
return "
hwasan
"
108
case
hwasan
:
310
//
HWASan
requires AArch64 hardware feature (top-byte-ignore).
342
//
HWASan
ramdisk (which is built from recovery) goes over some bootloader limit.
343
// Keep libc instrumented so that recovery can run
hwasan
-instrumented code if necessary
75
hwasan
const
[
all
...]
cc.go
51
ctx.TopDown("hwasan_deps", sanitizerDepsMutator(
hwasan
))
52
ctx.BottomUp("
hwasan
", sanitizerMutator(
hwasan
)).Parallel()
[
all
...]
/build/soong/cc/config/
toolchain.go
196
return LibclangRuntimeLibrary(t, "
hwasan
")
/build/make/core/
definitions.mk
[
all
...]
binary.mk
[
all
...]
Completed in 149 milliseconds