Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dprecomp2.yaml55 EndPrecomp:
/llvm-project-15.0.7/llvm/test/DebugInfo/
H A Dprecomp.test15 ENDPRECOMP: EndPrecomp (0x1407) {
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DTypeDumpVisitor.cpp568 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
569 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
H A DRecordName.cpp250 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
H A DTypeRecordMapping.cpp752 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
753 error(IO.mapInteger(EndPrecomp.Signature, "Signature")); in visitKnownRecord()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def90 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)
/llvm-project-15.0.7/llvm/unittests/DebugInfo/CodeView/
H A DTypeIndexDiscoveryTest.cpp589 EndPrecompRecord EP(TypeRecordKind::EndPrecomp); in TEST_F()