Home
last modified time | relevance | path

Searched refs:Precomp (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp510 PrecompRecord &Precomp) { in visitKnownRecord() argument
513 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
514 Precomp.PrecompFilePath); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp559 PrecompRecord &Precomp) { in visitKnownRecord() argument
560 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord()
561 W->printHex("Count", Precomp.getTypesCount()); in visitKnownRecord()
562 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord()
563 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
H A DTypeRecordMapping.cpp743 PrecompRecord &Precomp) { in visitKnownRecord() argument
744 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord()
745 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord()
746 error(IO.mapInteger(Precomp.Signature, "Signature")); in visitKnownRecord()
747 error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile")); in visitKnownRecord()
H A DRecordName.cpp245 PrecompRecord &Precomp) { in visitKnownRecord() argument
/llvm-project-15.0.7/lld/test/COFF/
H A Dprecomp-link-samename.test17 SUMMARY-NEXT: 2 Precomp OBJ dependencies
H A Dprecomp-summary-fail.test16 SUMMARY-NEXT: 1 Precomp OBJ dependencies
H A Dpdb-type-server-simple.test107 SUMMARY-NEXT: 0 Precomp OBJ dependencies
H A Dprecomp-link.test66 SUMMARY-NEXT: 1 Precomp OBJ dependencies
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dprecomp2-a.yaml39 Precomp:
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dprecomp.test23 PRECOMP-NEXT: Precomp (0x1000) {
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp582 TEST_F(TypeIndexIteratorTest, Precomp) { in TEST_F() argument
583 PrecompRecord P(TypeRecordKind::Precomp); in TEST_F()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)