Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewRecordIO.h89 Error mapStringZVectorZ(std::vector<StringRef> &Value);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DSymbolRecordMapping.cpp150 error(IO.mapStringZVectorZ(EnvBlock.Fields)); in visitKnownRecord()
187 error(IO.mapStringZVectorZ(Compile2.ExtraStrings)); in visitKnownRecord()
DCodeViewRecordIO.cpp188 Error CodeViewRecordIO::mapStringZVectorZ(std::vector<StringRef> &Value) { in mapStringZVectorZ() function in CodeViewRecordIO