Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dprecomp.test15 ENDPRECOMP: EndPrecomp (0x1407) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DTypeRecordMapping.cpp494 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
495 error(IO.mapInteger(EndPrecomp.Signature)); in visitKnownRecord()
DTypeDumpVisitor.cpp567 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
DRecordName.cpp245 EndPrecompRecord &EndPrecomp) { in visitKnownRecord() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def91 TYPE_RECORD(LF_ENDPRECOMP, 0x0014, EndPrecomp)
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp590 EndPrecompRecord EP(TypeRecordKind::EndPrecomp); in TEST_F()