Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp173 error(IO.mapVectorN<uint32_t>( in visitKnownRecord()
182 error(IO.mapVectorN<uint32_t>( in visitKnownRecord()
352 error(IO.mapVectorN<uint16_t>( in visitKnownRecord()
H A DSymbolRecordMapping.cpp431 error(IO.mapVectorN<uint32_t>( in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h92 Error mapVectorN(T &Items, const ElementMapper &Mapper) { in mapVectorN() function