Searched refs:TypeServer2Record (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | DebugTypes.h | 170 llvm::codeview::TypeServer2Record ts);
|
H A D | DebugTypes.cpp | 109 UseTypeServerSource(COFFLinkerContext &ctx, ObjFile *f, TypeServer2Record ts) in UseTypeServerSource() 120 TypeServer2Record typeServerDependency; 201 TypeServer2Record ts) { in makeUseTypeServerSource()
|
H A D | InputFiles.cpp | 834 TypeServer2Record ts = cantFail( in initializeDependencies() 835 TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data())); in initializeDependencies()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 575 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 D | LVCodeViewReader.h | 148 Error loadTypeServer(TypeServer2Record &TS);
|
H A D | LVCodeViewVisitor.h | 403 Error visitKnownRecord(CVType &Record, TypeServer2Record &TS, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 372 Error LVCodeViewReader::loadTypeServer(TypeServer2Record &TS) { in initializeFileAndStringTables() 557 TypeServer2Record TS = cantFail( in traverseTypeSection() 558 TypeDeserializer::deserializeAs<TypeServer2Record>(FirstType->data())); in traverseTypeSection()
|
H A D | LVCodeViewVisitor.cpp | 2494 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, TypeServer2Record &TS, in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | RecordName.cpp | 161 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
|
H A D | TypeDumpVisitor.cpp | 355 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 621 TypeServer2Record &Record) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 437 TypeServer2Record &TS) { in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | CodeViewYAMLTypes.cpp | 561 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()
|