Searched refs:EndPrecomp (Results 1 – 7 of 7) sorted by relevance
567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
250 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
751 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument752 error(IO.mapInteger(EndPrecomp.Signature, "Signature")); in visitKnownRecord()
90 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)
489 EndPrecompRecord EndPrecomp = cantFail( in loadPrecompiledObject() 491 if (Precomp.getSignature() != EndPrecomp.getSignature()) in loadPrecompiledObject() local
2621 EndPrecompRecord &EndPrecomp, in visitKnownRecord() argument2625 W.printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
419 Error visitKnownRecord(CVType &Record, EndPrecompRecord &EndPrecomp,