Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSUtils.h71 const char kAllocationTypeName[] = "struct.rs_allocation"; variable
85 if (StructName.equals(kAllocationTypeName)) { in getRsDataTypeForType()
DRSInvokeHelperPass.cpp77 rsAllocationType = llvm::StructType::create(rsBaseObj, kAllocationTypeName); in doInitialization()