Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h170 llvm::codeview::TypeServer2Record ts);
H A DDebugTypes.cpp109 UseTypeServerSource(COFFLinkerContext &ctx, ObjFile *f, TypeServer2Record ts) in UseTypeServerSource()
120 TypeServer2Record typeServerDependency;
201 TypeServer2Record ts) { in makeUseTypeServerSource()
H A DInputFiles.cpp834 TypeServer2Record ts = cantFail( in initializeDependencies()
835 TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data())); in initializeDependencies()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h575 class TypeServer2Record : public TypeRecord {
577 TypeServer2Record() = default;
578 explicit TypeServer2Record(TypeRecordKind Kind) : TypeRecord(Kind) {} in TypeServer2Record() function
579 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() function
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h148 Error loadTypeServer(TypeServer2Record &TS);
H A DLVCodeViewVisitor.h403 Error visitKnownRecord(CVType &Record, TypeServer2Record &TS, TypeIndex TI,
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp372 Error LVCodeViewReader::loadTypeServer(TypeServer2Record &TS) { in initializeFileAndStringTables()
557 TypeServer2Record TS = cantFail( in traverseTypeSection()
558 TypeDeserializer::deserializeAs<TypeServer2Record>(FirstType->data())); in traverseTypeSection()
H A DLVCodeViewVisitor.cpp2494 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, TypeServer2Record &TS, in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp161 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp355 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
H A DTypeRecordMapping.cpp621 TypeServer2Record &Record) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp437 TypeServer2Record &TS) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp561 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()