Searched full:udtmodsourceline (Results 1 – 5 of 5) sorted by relevance
/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
H A D | TypeIndexDiscoveryTest.cpp | 185 static UdtModSourceLineRecord UdtModSourceLine(TypeIndex(14), TypeIndex(15), 0, variable 326 writeTypeRecords(UdtModSourceLine); in TEST_F() 327 checkTypeReferences(0, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile); in TEST_F() 429 BuildInfo.Record, UdtSourceLine, UdtModSourceLine, Modifier, in TEST_F() 441 checkTypeReferences(6, UdtModSourceLine.UDT, UdtModSourceLine.SourceFile); in TEST_F()
|
/llvm-project/llvm/test/DebugInfo/PDB/Inputs/ |
H A D | merge-ids-and-types-1.yaml | 109 UdtModSourceLine:
|
H A D | merge-ids-and-types-2.yaml | 111 UdtModSourceLine:
|
H A D | every-type.yaml | 292 # TYPE_RECORD(LF_UDT_MOD_SRC_LINE, 0x1607, UdtModSourceLine)
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 84 TYPE_RECORD(LF_UDT_MOD_SRC_LINE, 0x1607, UdtModSourceLine)
|