Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
H A DRecordName.cpp246 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
H A DTypeRecordMapping.cpp732 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
733 error(IO.mapInteger(EndPrecomp.Signature, "Signature")); in visitKnownRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def90 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)