Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2159 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2208 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2447 TypeIndex CodeViewDebug::getCompleteTypeIndex(DITypeRef TypeRef) { in getCompleteTypeIndex() function in CodeViewDebug
2525 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2574 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
2900 OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4); in emitDebugInfoForUDTs()
3005 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()
H A DCodeViewDebug.h422 codeview::TypeIndex getCompleteTypeIndex(DITypeRef TypeRef);