Home
last modified time | relevance | path

Searched refs:getTypeIndex (Results 1 – 9 of 9) 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/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DEnumElementValueGen.java86 typeIdx = value.getTypeIndex(); in EnumElementValueGen()
138 public int getTypeIndex() in getTypeIndex() method in EnumElementValueGen
DAnnotationEntryGen.java133 public int getTypeIndex() { in getTypeIndex() method in AnnotationEntryGen
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp326 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
333 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
1370 TypeIndex UnderlyingTypeIndex = getTypeIndex(UnderlyingTypeRef); in lowerTypeAlias()
1387 TypeIndex ElementTypeIndex = getTypeIndex(ElementTypeRef); in lowerTypeArray()
1526 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1595 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1596 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1671 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
1685 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgTypeRef)); in lowerTypeFunction()
1715 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
[all …]
DCodeViewDebug.h314 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()
/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/
DEnumElementValue.java82 public int getTypeIndex() in getTypeIndex() method in EnumElementValue
DAnnotationEntry.java71 public int getTypeIndex() { in getTypeIndex() method in AnnotationEntry