Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1230 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()
2409 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2466 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2701 TypeIndex CodeViewDebug::getCompleteTypeIndex(const DIType *Ty) { in getCompleteTypeIndex() function in CodeViewDebug
2780 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2828 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
3179 OS.emitInt32(getCompleteTypeIndex(T).getIndex()); in emitDebugInfoForUDTs()
3254 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3261 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3402 OS.emitInt32(getCompleteTypeIndex(DIGV->getType()).getIndex()); in emitDebugInfoForGlobal()
H A DCodeViewDebug.h444 codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);