Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h256 class StringListRecord : public TypeRecord {
258 StringListRecord() = default;
259 explicit StringListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in StringListRecord() function
261 StringListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in StringListRecord() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp92 StringListRecord &Strings) { in visitKnownRecord()
H A DTypeRecordMapping.cpp181 StringListRecord &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp310 StringListRecord &Strings) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp433 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map()