Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp153 PrecompRecord Precomp);
670 PrecompRecord Precomp; in mergeInPrecompHeaderObj() local
672 Precomp)) in mergeInPrecompHeaderObj()
675 auto E = aquirePrecompObj(File, Precomp); in mergeInPrecompHeaderObj()
685 assert(Precomp.getStartTypeIndex() == TypeIndex::FirstNonSimpleIndex); in mergeInPrecompHeaderObj()
686 assert(Precomp.getTypesCount() <= PrecompIndexMap.TPIMap.size()); in mergeInPrecompHeaderObj()
690 Precomp.getTypesCount()); in mergeInPrecompHeaderObj()
728 PDBLinker::aquirePrecompObj(ObjFile *File, PrecompRecord Precomp) { in aquirePrecompObj() argument
731 auto R = registerPrecompiledHeaders(Precomp.getSignature()); in aquirePrecompObj()
741 Precomp.getPrecompFilePath(), sys::path::Style::windows); in aquirePrecompObj()
[all …]
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp485 PrecompRecord &Precomp) { in visitKnownRecord() argument
486 error(IO.mapInteger(Precomp.StartTypeIndex)); in visitKnownRecord()
487 error(IO.mapInteger(Precomp.TypesCount)); in visitKnownRecord()
488 error(IO.mapInteger(Precomp.Signature)); in visitKnownRecord()
489 error(IO.mapStringZ(Precomp.PrecompFilePath)); in visitKnownRecord()
H A DTypeDumpVisitor.cpp559 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 DRecordName.cpp240 PrecompRecord &Precomp) { in visitKnownRecord() argument
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp501 PrecompRecord &Precomp) { in visitKnownRecord() argument
504 Precomp.StartTypeIndex, Precomp.TypesCount, Precomp.Signature, in visitKnownRecord()
505 Precomp.PrecompFilePath); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def90 TYPE_RECORD(LF_PRECOMP, 0x1509, Precomp)