Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSUtils.h27 static inline llvm::StringRef getUnsuffixedStructName(const llvm::StructType *T) { in getUnsuffixedStructName() function
53 …const llvm::StringRef StructName = getUnsuffixedStructName(llvm::dyn_cast<const llvm::StructType>(… in getRsDataTypeForType()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInvariant.cpp84 const llvm::StringRef StructName = getUnsuffixedStructName(ArgPtrDomainStructType); in runOnFunction()