Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h251 class StringListRecord : public TypeRecord {
253 StringListRecord() = default;
254 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in StringListRecord() function
256 StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in StringListRecord() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DRecordName.cpp92 StringListRecord &Strings) { in visitKnownRecord()
DTypeRecordMapping.cpp181 StringListRecord &Record) { in visitKnownRecord()
DTypeDumpVisitor.cpp236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DMinimalTypeDumper.cpp285 StringListRecord &Strings) { in visitKnownRecord()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp179 StringListRecord Record{TypeRecordKind::StringList, Ids};
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DCodeViewYAMLTypes.cpp433 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map()