Home
last modified time | relevance | path

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

/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/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/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp379 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
386 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
1557 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1574 TypeIndex ElementTypeIndex = getTypeIndex(ElementType); in lowerTypeArray()
1718 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1791 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1793 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
1867 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
1881 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType)); in lowerTypeFunction()
1913 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
[all …]
DCodeViewDebug.h378 codeview::TypeIndex getTypeIndex(const DIType *Ty,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp392 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
399 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
1542 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1559 TypeIndex ElementTypeIndex = getTypeIndex(ElementType); in lowerTypeArray()
1698 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1770 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1771 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType(), Ty->getClassType()); in lowerTypeMemberPointer()
1846 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
1860 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType)); in lowerTypeFunction()
1892 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
[all …]
DCodeViewDebug.h377 codeview::TypeIndex getTypeIndex(const DIType *Ty,
/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