Home
last modified time | relevance | path

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

/aosp_15_r20/art/dex2oat/
H A Ddex2oat.cc588 struct ParserOptions { struct in art::Dex2Oat
589 std::vector<std::string> oat_symbols;
590 std::string boot_image_filename;
591 int64_t watch_dog_timeout_in_ms = -1;
592 bool watch_dog_enabled = true;
593 bool requested_specific_compiler = false;
594 std::string error_msg;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp66 ParserOptionsSet ParserOptions; member in __anona8f6406e0111::RISCVAsmParser