Home
last modified time | relevance | path

Searched refs:StringListRecord (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h255 class StringListRecord : public TypeRecord {
257 StringListRecord() = default;
258 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in StringListRecord() function
260 StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in StringListRecord() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp91 StringListRecord &Strings) { in visitKnownRecord()
DTypeDumpVisitor.cpp235 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord()
DTypeRecordMapping.cpp324 StringListRecord &Record) { in visitKnownRecord()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp432 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map()