Searched refs:ElementInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_export_element.h47 } ElementInfo; typedef in class:slang::RSExportElement
49 typedef llvm::StringMap<const ElementInfo*> ElementInfoMapTy;
52 // Macro name <-> ElementInfo
59 const ElementInfo *EI);
61 static const ElementInfo *GetElementInfo(const llvm::StringRef &Name);
H A Dslang_rs_export_element.cpp59 ElementInfo *EI = new ElementInfo;
73 const ElementInfo *EI) {
135 const ElementInfo* EI = nullptr;
167 const RSExportElement::ElementInfo *

Completed in 591 milliseconds