Home
last modified time | relevance | path

Searched refs:mapVectorTail (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp235 error(IO.mapVectorTail(DefRangeFramePointerRel.Gaps, MapGap())); in visitKnownRecord()
256 error(IO.mapVectorTail(DefRangeRegisterRel.Gaps, MapGap())); in visitKnownRecord()
267 error(IO.mapVectorTail(DefRangeRegister.Gaps, MapGap())); in visitKnownRecord()
279 error(IO.mapVectorTail(DefRangeSubfieldRegister.Gaps, MapGap())); in visitKnownRecord()
290 error(IO.mapVectorTail(DefRangeSubfield.Gaps, MapGap())); in visitKnownRecord()
300 error(IO.mapVectorTail(DefRange.Gaps, MapGap())); in visitKnownRecord()
H A DTypeRecordMapping.cpp300 error(IO.mapVectorTail( in visitKnownRecord()
363 error(IO.mapVectorTail(Record.Methods, MapOneMethodRecord(true))); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h118 Error mapVectorTail(T &Items, const ElementMapper &Mapper) { in mapVectorTail() function