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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { argument
129 std::string TypeNameStr = Streamer->getTypeName(TypeInd);
134 Streamer->EmitIntValue(TypeInd.getIndex(), sizeof(TypeInd.getIndex()));
135 incrStreamedLen(sizeof(TypeInd.getIndex()));
137 if (auto EC = Writer->writeInteger(TypeInd.getIndex()))
143 TypeInd.setIndex(I);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h66 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");

Completed in 54 milliseconds