Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cc/config/
H A Dtoolchain.go240 func UndefinedBehaviorSanitizerRuntimeLibrary() string { func
/aosp_15_r20/build/soong/cc/
H A Dmakevars.go32 "UBSAN_RUNTIME_LIBRARY": config.UndefinedBehaviorSanitizerRuntimeLibrary(),
H A Dsanitize.go1575 addStaticDeps(config.UndefinedBehaviorSanitizerRuntimeLibrary()+".static", true)
1577 runtimeSharedLibrary = config.UndefinedBehaviorSanitizerRuntimeLibrary()