Home
last modified time | relevance | path

Searched defs:VerificationOptions (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
Dverification_options.h29 struct VerificationOptions { struct
31 std::string configFile = "default";
32 VerificationMode mode = VerificationMode::DISABLED;
33 struct {
35 } show;
36 bool verifyRuntimeLibraries = false;
37 bool syncOnClassInitialization = false;
38 size_t verificationThreads = 1;
39 struct {
42 } cache;
[all …]
/arkcompiler/runtime_core/static_core/verification/config/handlers/
Dconfig_handler_options.cpp65 …const struct Section &s, const PandaUnorderedMap<PandaString, StructField<VerificationOptions, boo… in RegisterConfigHandlerOptionsVerifierOptionLine()
82 const PandaUnorderedMap<PandaString, StructField<VerificationOptions, bool>> &sectionFlags, in RegisterConfigHandlerOptionsVerifierForSection()