Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp557 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 DTypeRecordMapping.cpp742 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 DRecordName.cpp245 PrecompRecord &Precomp) { in visitKnownRecord() argument
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)