Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DDebugTypes.h192 llvm::codeview::TypeServer2Record ts);
H A DDebugTypes.cpp104 UseTypeServerSource(ObjFile *f, TypeServer2Record ts) in UseTypeServerSource()
115 TypeServer2Record typeServerDependency;
207 TypeServer2Record ts) { in makeUseTypeServerSource()
H A DInputFiles.cpp821 TypeServer2Record ts = cantFail( in initializeDependencies()
822 TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data())); in initializeDependencies()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h574 class TypeServer2Record : public TypeRecord {
576 TypeServer2Record() = default;
577 explicit TypeServer2Record(TypeRecordKind Kind) : TypeRecord(Kind) {} in TypeServer2Record() function
578 TypeServer2Record(StringRef GuidStr, uint32_t Age, StringRef Name) in TypeServer2Record() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp157 Error TypeNameComputer::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
H A DTypeDumpVisitor.cpp354 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, TypeServer2Record &TS) { in visitKnownRecord()
H A DTypeRecordMapping.cpp602 TypeServer2Record &Record) { in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp432 TypeServer2Record &TS) { in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp557 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()