Searched refs:Precomp (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeDumpVisitor.cpp | 557 PrecompRecord &Precomp) { in visitKnownRecord() argument 558 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord() 559 W->printHex("Count", Precomp.getTypesCount()); in visitKnownRecord() 560 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord() 561 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
|
| H A D | TypeRecordMapping.cpp | 742 PrecompRecord &Precomp) { in visitKnownRecord() argument 743 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord() 744 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord() 745 error(IO.mapInteger(Precomp.Signature, "Signature")); in visitKnownRecord() 746 error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile")); in visitKnownRecord()
|
| H A D | RecordName.cpp | 245 PrecompRecord &Precomp) { in visitKnownRecord() argument
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewTypes.def | 89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)
|