Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_flags.cpp60 FlagParser ScudoParser; in initFlags() local
61 RegisterScudoFlags(&ScudoParser, f); in initFlags()
62 RegisterCommonFlags(&ScudoParser); in initFlags()
65 ScudoParser.ParseString(getCompileDefinitionScudoDefaultOptions()); in initFlags()
68 ScudoParser.ParseString(getScudoDefaultOptions()); in initFlags()
71 ScudoParser.ParseStringFromEnv("SCUDO_OPTIONS"); in initFlags()