Home
last modified time | relevance | path

Searched refs:getPragmaKeyList (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcinfo/
DMetadataExtractor.h154 const char **getPragmaKeyList() const { in getPragmaKeyList() function
/frameworks/compile/libbcc/bcinfo/tools/
Dmain.cpp125 const char **keyList = ME->getPragmaKeyList(); in dumpMetadata()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DCompiler.cpp343 const char **PragmaKeys = ME.getPragmaKeyList(); in compile()
/frameworks/rs/driver/
DrsdBcc.cpp189 script->mHal.info.exportedPragmaKeyList = drv->ME->getPragmaKeyList(); in rsdScriptInit()