Home
last modified time | relevance | path

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

/frameworks/compile/libbcc/lib/
DRSAddDebugInfoPass.cpp53 indexVarType(nullptr) { in RSAddDebugInfoPass()
157 indexVarType = llvm::dyn_cast_or_null<llvm::DIType>( in initializeDebugInfo()
164 if (indexVarType == nullptr) in initializeDebugInfo()
165 indexVarType = DebugInfo.createBasicType("uint32_t", 32, 32, in initializeDebugInfo()
239 indexVarType, true in attachDebugInfo()
282 llvm::DIType *indexVarType; member in __anondffd1d640111::RSAddDebugInfoPass