Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h581 class TypeServer2Record : public TypeRecord {
583 TypeServer2Record() = default;
584 explicit TypeServer2Record(TypeRecordKind Kind) : TypeRecord(Kind) {} in TypeServer2Record() function
585 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp156 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
H A DTypeRecordMapping.cpp376 TypeServer2Record &Record) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp355 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp426 TypeServer2Record &TS) { in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp553 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp555 TypeServer2Record TS; in maybeMergeTypeServerPDB()