Home
last modified time | relevance | path

Searched refs:ElementInfoMapTy (Results 1 – 2 of 2) sorted by relevance

/frameworks/compile/slang/
Dslang_rs_export_element.h49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy; typedef
53 static ElementInfoMapTy ElementInfoMap;
Dslang_rs_export_element.cpp32 RSExportElement::ElementInfoMapTy RSExportElement::ElementInfoMap;
64 ElementInfoMap.insert(ElementInfoMapTy::value_type::Create( in Init()
171 ElementInfoMapTy::const_iterator I = ElementInfoMap.find(Name); in GetElementInfo()