Home
last modified time | relevance | path

Searched refs:EndPrecompRecord (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h946 class EndPrecompRecord : public TypeRecord {
948 EndPrecompRecord() = default;
949 explicit EndPrecompRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in EndPrecompRecord() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp250 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
H A DTypeStreamMerger.cpp485 EndPrecompRecord EP; in shouldRemapType()
H A DTypeDumpVisitor.cpp567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
H A DTypeRecordMapping.cpp751 EndPrecompRecord &EndPrecomp) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp489 EndPrecompRecord EndPrecomp = cantFail( in loadPrecompiledObject()
490 TypeDeserializer::deserializeAs<EndPrecompRecord>(TypeData)); in loadPrecompiledObject()
H A DLVCodeViewVisitor.cpp2621 EndPrecompRecord &EndPrecomp, in visitKnownRecord()
/freebsd/contrib/llvm-project/lld/COFF/
H A DDebugTypes.cpp849 EndPrecompRecord endPrecomp; in loadGHashes()
850 cantFail(TypeDeserializer::deserializeAs<EndPrecompRecord>( in loadGHashes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h419 Error visitKnownRecord(CVType &Record, EndPrecompRecord &EndPrecomp,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp521 EndPrecompRecord &EP) { in visitKnownRecord()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp613 template <> void LeafRecordImpl<EndPrecompRecord>::map(IO &IO) { in map()