Home
last modified time | relevance | path

Searched refs:UndefinedBehaviorSanitizerRuntimeLibrary (Results 1 – 3 of 3) sorted by relevance

/build/soong/cc/config/
Dtoolchain.go240 func UndefinedBehaviorSanitizerRuntimeLibrary() string { func
/build/soong/cc/
Dmakevars.go35 "UBSAN_RUNTIME_LIBRARY": config.UndefinedBehaviorSanitizerRuntimeLibrary(),
Dsanitize.go1553 addStaticDeps(config.UndefinedBehaviorSanitizerRuntimeLibrary()+".static", true)
1555 runtimeSharedLibrary = config.UndefinedBehaviorSanitizerRuntimeLibrary()