Searched refs:Precomp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 507 PrecompRecord &Precomp) { in visitKnownRecord() argument 510 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord() 511 Precomp.PrecompFilePath); in visitKnownRecord()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
H A D | TypeDumpVisitor.cpp | 558 PrecompRecord &Precomp) { in visitKnownRecord() argument 559 W->printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord() 560 W->printHex("Count", Precomp.getTypesCount()); in visitKnownRecord() 561 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord() 562 W->printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
|
H A D | TypeRecordMapping.cpp | 723 PrecompRecord &Precomp) { in visitKnownRecord() argument 724 error(IO.mapInteger(Precomp.StartTypeIndex, "StartIndex")); in visitKnownRecord() 725 error(IO.mapInteger(Precomp.TypesCount, "Count")); in visitKnownRecord() 726 error(IO.mapInteger(Precomp.Signature, "Signature")); in visitKnownRecord() 727 error(IO.mapStringZ(Precomp.PrecompFilePath, "PrecompFile")); in visitKnownRecord()
|
H A D | RecordName.cpp | 241 PrecompRecord &Precomp) { in visitKnownRecord() argument
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)
|