Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp1149 OS.emitInt32(getCompleteTypeIndex(DITy).getIndex()); in emitDebugInfoForFunction()
2281 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2338 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2573 TypeIndex CodeViewDebug::getCompleteTypeIndex(const DIType *Ty) { in getCompleteTypeIndex() function in CodeViewDebug
2652 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2690 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
3039 OS.emitInt32(getCompleteTypeIndex(T).getIndex()); in emitDebugInfoForUDTs()
3100 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3107 getCompleteTypeIndex(DIGV->getType()); in collectDebugInfoForGlobals()
3237 OS.emitInt32(getCompleteTypeIndex(DIGV->getType()).getIndex()); in emitDebugInfoForGlobal()
H A DCodeViewDebug.h424 codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);