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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.h423 codeview::TypeIndex getCompleteTypeIndex(const DIType *Ty);
H A DCodeViewDebug.cpp1114 OS.EmitIntValue(getCompleteTypeIndex(DITy).getIndex(), 4);
2218 return getCompleteTypeIndex(Ty);
2275 return getCompleteTypeIndex(Ty);
2510 TypeIndex CodeViewDebug::getCompleteTypeIndex(const DIType *Ty) { function in class:CodeViewDebug
2589 getCompleteTypeIndex(RecordTy);
2627 : getCompleteTypeIndex(Var.DIVar->getType());
2974 OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4);
3090 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4);

Completed in 57 milliseconds