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

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

Completed in 400 milliseconds