Home
last modified time | relevance | path

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

/art/compiler/driver/
Dcompiler_options.h162 bool GetIncludeDebugSymbols() const { in GetIncludeDebugSymbols() function
Dcompiler_driver.h425 return compiler_options_->GetIncludeDebugSymbols(); in DidIncludeDebugSymbols()
/art/dex2oat/
Ddex2oat.cc1677 if (!compiler_options->GetIncludeDebugSymbols()) { in dex2oat()