Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DDebugTypes.h170 llvm::codeview::TypeServer2Record ts);
H A DDebugTypes.cpp107 UseTypeServerSource(COFFLinkerContext &ctx, ObjFile *f, TypeServer2Record ts) in UseTypeServerSource()
118 TypeServer2Record typeServerDependency;
199 TypeServer2Record ts) { in makeUseTypeServerSource()
H A DInputFiles.cpp793 TypeServer2Record ts = cantFail( in initializeDependencies()
794 TypeDeserializer::deserializeAs<TypeServer2Record>(firstType->data())); in initializeDependencies()
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp161 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.cpp621 TypeServer2Record &Record) { in visitKnownRecord()
/openbsd/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp435 TypeServer2Record &TS) { in visitKnownRecord()
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp560 template <> void LeafRecordImpl<TypeServer2Record>::map(IO &IO) { in map()