Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp401 TypeIndex ClassType = getTypeIndex(Class); in getFuncIdForSubprogram()
408 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()
1682 TypeIndex UnderlyingTypeIndex = getTypeIndex(Ty->getBaseType()); in lowerTypeAlias()
1699 TypeIndex ElementTypeIndex = getTypeIndex(ElementType); in lowerTypeArray()
1874 TypeIndex PointeeTI = getTypeIndex(Ty->getBaseType()); in lowerTypePointer()
1947 TypeIndex ClassTI = getTypeIndex(Ty->getClassType()); in lowerTypeMemberPointer()
1949 getTypeIndex(Ty->getBaseType(), IsPMF ? Ty->getClassType() : nullptr); in lowerTypeMemberPointer()
2023 TypeIndex ModifiedTI = getTypeIndex(BaseTy); in lowerTypeModifier()
2037 ReturnAndArgTypeIndices.push_back(getTypeIndex(ArgType)); in lowerTypeFunction()
2069 TypeIndex ClassType = getTypeIndex(ClassTy); in lowerTypeMemberFunction()
[all …]
H A DCodeViewDebug.h397 codeview::TypeIndex getTypeIndex(const DIType *Ty,