Searched refs:Precomp (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 427 Error LVCodeViewReader::loadPrecompiledObject(PrecompRecord &Precomp, in loadTypeServer() 430 W.printHex("Count", Precomp.getTypesCount()); in loadPrecompiledObject() 431 W.printHex("Signature", Precomp.getSignature()); in loadPrecompiledObject() 432 W.printString("PrecompFile", Precomp.getPrecompFilePath()); in loadPrecompiledObject() 435 SmallString<128> ServerName(Precomp.getPrecompFilePath()); in loadPrecompiledObject() 444 Precomp.getPrecompFilePath().str().c_str()); in loadPrecompiledObject() 491 if (Precomp.getSignature() != EndPrecomp.getSignature()) in loadPrecompiledObject() 565 PrecompRecord Precomp = cantFail( in traverseTypeSection() 567 return loadPrecompiledObject(Precomp, CVTypes); in traverseTypeSection() local 429 loadPrecompiledObject(PrecompRecord & Precomp,CVTypeArray & CVTypesObj) loadPrecompiledObject() argument
|
H A D | LVCodeViewVisitor.cpp | 2606 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, PrecompRecord &Precomp, in visitKnownRecord() argument 2610 W.printHex("StartIndex", Precomp.getStartTypeIndex()); in visitKnownRecord() 2611 W.printHex("Count", Precomp.getTypesCount()); in visitKnownRecord() 2612 W.printHex("Signature", Precomp.getSignature()); in visitKnownRecord() 2613 W.printString("PrecompFile", Precomp.getPrecompFilePath()); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/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 | 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
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalTypeDumper.cpp | 512 PrecompRecord &Precomp) { in visitKnownRecord() argument 515 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord() 516 Precomp.PrecompFilePath); in visitKnownRecord()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 147 Error loadPrecompiledObject(PrecompRecord &Precomp, CVTypeArray &CVTypesObj);
|
H A D | LVCodeViewVisitor.h | 417 Error visitKnownRecord(CVType &Record, PrecompRecord &Precomp, TypeIndex TI,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 89 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)
|