Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1244 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()
2442 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2499 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2734 TypeIndex CodeViewDebug::getCompleteTypeIndex(const DIType *Ty) { in getCompleteTypeIndex() function in CodeViewDebug
2813 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2861 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
3216 OS.emitInt32(getCompleteTypeIndex(T).getIndex()); in emitDebugInfoForUDTs()
3291 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3298 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3439 OS.emitInt32(getCompleteTypeIndex(DIGV->getType()).getIndex()); in emitDebugInfoForGlobal()
H A DCodeViewDebug.h465 codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);