Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/
DScript.h53 bool mEmbedGlobalInfo; variable
91 void setEmbedGlobalInfo(bool pEnable) { mEmbedGlobalInfo = pEnable; } in setEmbedGlobalInfo()
94 bool getEmbedGlobalInfo() const { return mEmbedGlobalInfo; } in getEmbedGlobalInfo()
DRSCompilerDriver.h61 bool mEmbedGlobalInfo; variable
120 mEmbedGlobalInfo = v; in setEmbedGlobalInfo()
125 return mEmbedGlobalInfo; in getEmbedGlobalInfo()
/frameworks/rs/cpu_ref/
DrsCpuCore.h202 mEmbedGlobalInfo = v; in setEmbedGlobalInfo()
207 return mEmbedGlobalInfo; in getEmbedGlobalInfo()
253 bool mEmbedGlobalInfo; variable
DrsCpuCore.cpp96 mEmbedGlobalInfo = true; in RsdCpuReferenceImpl()
/frameworks/compile/libbcc/lib/
DRSCompilerDriver.cpp53 mEmbedGlobalInfo(false), mEmbedGlobalInfoSkipConstant(false) { in RSCompilerDriver()
269 script.setEmbedGlobalInfo(mEmbedGlobalInfo); in build()
411 script.setEmbedGlobalInfo(mEmbedGlobalInfo); in buildScriptGroup()
441 pScript.setEmbedGlobalInfo(mEmbedGlobalInfo); in buildForCompatLib()
DScript.cpp34 mLinkRuntimeCallback(nullptr), mEmbedInfo(false), mEmbedGlobalInfo(false), in Script()