Home
last modified time | relevance | path

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

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