Searched defs:pragma (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSInfoExtractor.cpp33 // Name of metadata node where pragma info resides (should be synced with
35 const llvm::StringRef pragma_metadata_name("#pragma");
117 const llvm::NamedMDNode *pragma = local
144 string_pool_size += getMetadataStringLength<2>(pragma);
176 // #pragma
180 if (pragma != NULL) {
182 FOR_EACH_NODE_IN(pragma, node) {
186 ALOGW("%s contains pragma metadata with empty key (skip)!",
194 } // pragma != NULL

Completed in 39 milliseconds