Searched refs:UdtSourceLine (Results 1 – 25 of 29) sorted by relevance
12
/external/llvm-project/llvm/unittests/DebugInfo/CodeView/ |
D | TypeIndexDiscoveryTest.cpp | 184 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0); variable 320 writeTypeRecords(UdtSourceLine); in TEST_F() 321 checkTypeReferences(0, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F() 429 BuildInfo.Record, UdtSourceLine, UdtModSourceLine, Modifier, in TEST_F() 440 checkTypeReferences(5, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F()
|
/external/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/Inputs/ |
D | s_constant.s | 471 # UdtSourceLine (0x1007) { 555 # UdtSourceLine (0x100B) { 634 # UdtSourceLine (0x100F) { 714 # UdtSourceLine (0x1013) { 795 # UdtSourceLine (0x1017) { 877 # UdtSourceLine (0x101B) {
|
/external/llvm-project/llvm/test/DebugInfo/COFF/ |
D | types-data-members.ll | 130 ; CHECK: UdtSourceLine (0x1008) { 175 ; CHECK: UdtSourceLine (0x100C) { 229 ; CHECK: UdtSourceLine (0x1010) { 312 ; CHECK: UdtSourceLine (0x1017) { 356 ; CHECK: UdtSourceLine (0x101B) { 486 ; ASM: # UdtSourceLine (0x1008) 523 ; ASM: # UdtSourceLine (0x100C) 573 ; ASM: # UdtSourceLine (0x1010) 644 ; ASM: # UdtSourceLine (0x1017) 682 ; ASM: # UdtSourceLine (0x101B)
|
D | types-recursive-struct.ll | 105 ; CHECK: UdtSourceLine (0x1009) { 131 ; CHECK: UdtSourceLine (0x100C) {
|
D | enum.ll | 32 ; CHECK-NEXT: UdtSourceLine (0x1003) {
|
D | defer-complete-type.ll | 110 ; CHECK: UdtSourceLine (0x1009) { 138 ; CHECK: UdtSourceLine (0x100C) {
|
D | types-nested-class.ll | 68 ; CHECK: UdtSourceLine (0x1005) {
|
D | types-non-virtual-methods.ll | 126 ; CHECK: UdtSourceLine (0x1009) { 240 ; CHECK: UdtSourceLine (0x1014) {
|
D | types-array-advanced.ll | 146 ; CHECK: UdtSourceLine (0x100E) {
|
/external/llvm/test/DebugInfo/COFF/ |
D | types-data-members.ll | 128 ; CHECK: UdtSourceLine (0x1008) { 173 ; CHECK: UdtSourceLine (0x100C) { 227 ; CHECK: UdtSourceLine (0x1010) { 332 ; CHECK: UdtSourceLine (0x1018) { 376 ; CHECK: UdtSourceLine (0x101C) {
|
D | types-recursive-struct.ll | 105 ; CHECK: UdtSourceLine (0x1009) { 131 ; CHECK: UdtSourceLine (0x100C) {
|
D | defer-complete-type.ll | 111 ; CHECK: UdtSourceLine (0x1009) { 139 ; CHECK: UdtSourceLine (0x100C) {
|
D | types-nested-class.ll | 67 ; CHECK: UdtSourceLine (0x1005) {
|
D | types-non-virtual-methods.ll | 126 ; CHECK: UdtSourceLine (0x1009) { 241 ; CHECK: UdtSourceLine (0x1014) {
|
D | types-calling-conv.ll | 84 ; CHECK: UdtSourceLine (0x1007) {
|
/external/llvm/test/tools/llvm-readobj/ |
D | codeview-types.test | 27 // CHECK-DAG: {{^ *UdtSourceLine (.*) {$}}
|
/external/llvm-project/llvm/test/tools/llvm-readobj/COFF/ |
D | codeview-types.test | 27 // CHECK-DAG: {{^ *UdtSourceLine (.*) {$}}
|
D | codeview-merging.test | 94 CHECK-NEXT: UdtSourceLine (0x1001) {
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecords.def | 84 TYPE_RECORD(LF_UDT_SRC_LINE, 0x1606, UdtSourceLine)
|
D | TypeRecord.h | 748 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord() 779 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 83 TYPE_RECORD(LF_UDT_SRC_LINE, 0x1606, UdtSourceLine)
|
D | TypeRecord.h | 638 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord() 657 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeViewTypes.def | 83 TYPE_RECORD(LF_UDT_SRC_LINE, 0x1606, UdtSourceLine)
|
D | TypeRecord.h | 632 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord() 651 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord()
|
/external/llvm-project/lld/test/COFF/ |
D | s_udt.s | 421 # UdtSourceLine (0x1009) {
|
12