Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/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
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp97 StringListRecord &Strings) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp236 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, StringListRecord &Strs) { in visitKnownRecord()
H A DTypeRecordMapping.cpp369 StringListRecord &Record) { in visitKnownRecord()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h409 Error visitKnownRecord(CVType &Record, StringListRecord &Strings,
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp321 StringListRecord &Strings) { in visitKnownRecord()
/freebsd-src/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp438 template <> void LeafRecordImpl<StringListRecord>::map(IO &IO) { in map()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp2536 StringListRecord &Strings, in visitKnownRecord()