Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1229 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()
2390 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2447 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2682 TypeIndex CodeViewDebug::getCompleteTypeIndex(const DIType *Ty) { in getCompleteTypeIndex() function in CodeViewDebug
2761 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2799 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
3150 OS.emitInt32(getCompleteTypeIndex(T).getIndex()); in emitDebugInfoForUDTs()
3225 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3232 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3371 OS.emitInt32(getCompleteTypeIndex(DIGV->getType()).getIndex()); in emitDebugInfoForGlobal()
H A DCodeViewDebug.h443 codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);