Home
last modified time | relevance | path

Searched refs:setEmbedGlobalInfoSkipConstant (Results 1 – 6 of 6) sorted by relevance

/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp270 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in build()
412 script.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildScriptGroup()
442 pScript.setEmbedGlobalInfoSkipConstant(mEmbedGlobalInfoSkipConstant); in buildForCompatLib()
/frameworks/compile/libbcc/include/bcc/
DScript.h98 void setEmbedGlobalInfoSkipConstant(bool pEnable) { in setEmbedGlobalInfoSkipConstant() function
DRSCompilerDriver.h130 void setEmbedGlobalInfoSkipConstant(bool v) { in setEmbedGlobalInfoSkipConstant() function
/frameworks/rs/cpu_ref/
Drsd_cpu.h143 virtual void setEmbedGlobalInfoSkipConstant(bool v) = 0;
DrsCpuCore.h212 void setEmbedGlobalInfoSkipConstant(bool v) override { in setEmbedGlobalInfoSkipConstant() function
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp275 pRSCD.setEmbedGlobalInfoSkipConstant(true); in ConfigCompiler()