Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp237 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
969 TypeIndex UnderlyingTypeIndex = getTypeIndex(UnderlyingTypeRef); in lowerTypeAlias()
986 TypeIndex ElementTypeIndex = getTypeIndex(ElementTypeRef); in lowerTypeArray()
1136 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1214 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1215 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1264 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
1280 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgTypeRef)); in lowerTypeFunction()
1304 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
[all …]
DCodeViewDebug.h231 codeview::TypeIndex getTypeIndex(DITypeRef TypeRef,
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DOdexedFieldInstructionMapper.java178 private static int getTypeIndex(char type) { in getTypeIndex() method in OdexedFieldInstructionMapper
223 [getTypeIndex(fieldOpcode.type)] = fieldOpcode; in OdexedFieldInstructionMapper()
238 [getTypeIndex(fieldType.charAt(0))]; in getAndCheckDeodexedOpcode()