Home
last modified time | relevance | path

Searched refs:UdtSourceLine (Results 1 – 25 of 25) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/CodeView/
DTypeIndexDiscoveryTest.cpp185 static UdtSourceLineRecord UdtSourceLine(TypeIndex(12), TypeIndex(13), 0); variable
321 writeTypeRecords(UdtSourceLine); in TEST_F()
322 checkTypeReferences(0, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F()
430 BuildInfo.Record, UdtSourceLine, UdtModSourceLine, Modifier, in TEST_F()
441 checkTypeReferences(5, UdtSourceLine.UDT, UdtSourceLine.SourceFile); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/
Dtypes-data-members.ll128 ; CHECK: UdtSourceLine (0x1008) {
173 ; CHECK: UdtSourceLine (0x100C) {
227 ; CHECK: UdtSourceLine (0x1010) {
312 ; CHECK: UdtSourceLine (0x1017) {
356 ; CHECK: UdtSourceLine (0x101B) {
Dtypes-recursive-struct.ll105 ; CHECK: UdtSourceLine (0x1009) {
131 ; CHECK: UdtSourceLine (0x100C) {
Denum.ll31 ; CHECK-NEXT: UdtSourceLine (0x1003) {
Ddefer-complete-type.ll111 ; CHECK: UdtSourceLine (0x1009) {
139 ; CHECK: UdtSourceLine (0x100C) {
Dtypes-nested-class.ll67 ; CHECK: UdtSourceLine (0x1005) {
Dtypes-non-virtual-methods.ll126 ; CHECK: UdtSourceLine (0x1009) {
241 ; CHECK: UdtSourceLine (0x1014) {
Dtypes-array-advanced.ll147 ; CHECK: UdtSourceLine (0x100E) {
Dtypes-calling-conv.ll84 ; CHECK: UdtSourceLine (0x1007) {
Dglobal-type-hashes.ll257 ; YAML: UdtSourceLine:
Dtypes-basic.ll164 ; CHECK: UdtSourceLine (0x100D) {
/external/llvm/test/DebugInfo/COFF/
Dtypes-data-members.ll128 ; CHECK: UdtSourceLine (0x1008) {
173 ; CHECK: UdtSourceLine (0x100C) {
227 ; CHECK: UdtSourceLine (0x1010) {
332 ; CHECK: UdtSourceLine (0x1018) {
376 ; CHECK: UdtSourceLine (0x101C) {
Dtypes-recursive-struct.ll105 ; CHECK: UdtSourceLine (0x1009) {
131 ; CHECK: UdtSourceLine (0x100C) {
Ddefer-complete-type.ll111 ; CHECK: UdtSourceLine (0x1009) {
139 ; CHECK: UdtSourceLine (0x100C) {
Dtypes-nested-class.ll67 ; CHECK: UdtSourceLine (0x1005) {
Dtypes-non-virtual-methods.ll126 ; CHECK: UdtSourceLine (0x1009) {
241 ; CHECK: UdtSourceLine (0x1014) {
Dtypes-calling-conv.ll84 ; CHECK: UdtSourceLine (0x1007) {
Dtypes-basic.ll164 ; CHECK: UdtSourceLine (0x100D) {
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dcodeview-types.test27 // CHECK-DAG: {{^ *UdtSourceLine (.*) {$}}
Dcodeview-merging.test94 CHECK-NEXT: UdtSourceLine (0x1001) {
/external/llvm/test/tools/llvm-readobj/
Dcodeview-types.test27 // CHECK-DAG: {{^ *UdtSourceLine (.*) {$}}
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DCodeViewTypes.def84 TYPE_RECORD(LF_UDT_SRC_LINE, 0x1606, UdtSourceLine)
DTypeRecord.h614 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord()
633 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecords.def84 TYPE_RECORD(LF_UDT_SRC_LINE, 0x1606, UdtSourceLine)
DTypeRecord.h748 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtSourceLineRecord()
779 : TypeRecord(TypeRecordKind::UdtSourceLine), UDT(UDT), in UdtModSourceLineRecord()