Home
last modified time | relevance | path

Searched refs:EndPrecomp (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
HDTypeDumpVisitor.cpp567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
HDRecordName.cpp250 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
HDTypeRecordMapping.cpp751 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
752 error(IO.mapInteger(EndPrecomp.Signature, "Signature")); in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDCodeViewTypes.def90 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVCodeViewReader.cpp489 EndPrecompRecord EndPrecomp = cantFail( in loadPrecompiledObject() local
491 if (Precomp.getSignature() != EndPrecomp.getSignature()) in loadPrecompiledObject()
HDLVCodeViewVisitor.cpp2621 EndPrecompRecord &EndPrecomp, in visitKnownRecord() argument
2625 W.printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
HDLVCodeViewVisitor.h419 Error visitKnownRecord(CVType &Record, EndPrecompRecord &EndPrecomp,