Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DSource.h102 bool getDebugInfoEnabled() const;
/frameworks/compile/libbcc/lib/
DSource.cpp237 bool Source::getDebugInfoEnabled() const { in getDebugInfoEnabled() function in bcc::Source
DCompiler.cpp466 if (script.getSource().getDebugInfoEnabled()) in addDebugInfoPass()