Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp494 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
495 error(IO.mapInteger(EndPrecomp.Signature)); in visitKnownRecord()
H A DTypeDumpVisitor.cpp568 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
569 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
H A DRecordName.cpp245 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def91 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp641 Optional<uint32_t> EndPrecomp; in maybeMergeTypeServerPDB() local
644 ExpectedTpi->typeArray(), TpiHashes, EndPrecomp)) in maybeMergeTypeServerPDB()