Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
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()
DSymbolRecordMapping.cpp431 error(IO.mapVectorN<uint32_t>( in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h92 Error mapVectorN(T &Items, const ElementMapper &Mapper) { in mapVectorN() function