Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h250 class StringListRecord : public TypeRecord {
252 StringListRecord() = default;
253 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in StringListRecord() function
255 StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in StringListRecord() function
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp97 StringListRecord &Strings) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp235 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord()
H A DTypeRecordMapping.cpp369 StringListRecord &Record) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp319 StringListRecord &Strings) { in visitKnownRecord()
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp437 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map()