Searched defs:VerificationOptions (Results 1 – 1 of 1) sorted by relevance
30 struct VerificationOptions { struct32 std::string configFile = "default";33 VerificationMode mode = VerificationMode::DISABLED;34 struct {36 } show;37 bool verifyRuntimeLibraries = false;38 bool syncOnClassInitialization = false;39 size_t verificationThreads = 1;40 struct {43 } cache;[all …]