Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
DTypeRecordMapping.cpp300 error(IO.mapVectorTail( in visitKnownRecord()
363 error(IO.mapVectorTail(Record.Methods, MapOneMethodRecord(true))); in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h118 Error mapVectorTail(T &Items, const ElementMapper &Mapper) { in mapVectorTail() function