Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/irtoc/backend/
Dcompilation_unit.h137 std::regex methods_regex_; variable
Dcompilation_unit.cpp59 methods_regex_ = compiler::options.GetCompilerRegex(); in Run()
99 …f (compiler::options.WasSetCompilerRegex() && !std::regex_match(unit->GetName(), methods_regex_)) { in Compile()