Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h139 Error mapStringZVectorZ(std::vector<StringRef> &Value,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp149 error(IO.mapStringZVectorZ(EnvBlock.Fields)); in visitKnownRecord()
186 error(IO.mapStringZVectorZ(Compile2.ExtraStrings)); in visitKnownRecord()
H A DCodeViewRecordIO.cpp255 Error CodeViewRecordIO::mapStringZVectorZ(std::vector<StringRef> &Value, in mapStringZVectorZ() function in CodeViewRecordIO