Searched refs:Precomp (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalTypeDumper.cpp | 510 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 D | TypeDumpVisitor.cpp | 559 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 D | TypeRecordMapping.cpp | 743 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 D | RecordName.cpp | 245 PrecompRecord &Precomp) { in visitKnownRecord() argument
|
| /llvm-project-15.0.7/lld/test/COFF/ |
| H A D | precomp-link-samename.test | 17 SUMMARY-NEXT: 2 Precomp OBJ dependencies
|
| H A D | precomp-summary-fail.test | 16 SUMMARY-NEXT: 1 Precomp OBJ dependencies
|
| H A D | pdb-type-server-simple.test | 107 SUMMARY-NEXT: 0 Precomp OBJ dependencies
|
| H A D | precomp-link.test | 66 SUMMARY-NEXT: 1 Precomp OBJ dependencies
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | precomp2-a.yaml | 39 Precomp:
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | precomp.test | 23 PRECOMP-NEXT: Precomp (0x1000) {
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscoveryTest.cpp | 582 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 D | CodeViewTypes.def | 89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)
|