Searched refs:CU1 (Results 1 – 14 of 14) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | macro_link.ll | 5 ; CHECK: !llvm.dbg.cu = !{[[CU1:![0-9]*]], [[CU2:![0-9]*]]} 7 ; CHECK: [[CU1]] = distinct !DICompileUnit
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/ |
D | replaced-function-matches-first-subprogram.ll | 37 ; CHECK: !llvm.dbg.cu = !{![[CU1:[0-9]+]], ![[CU2:[0-9]+]]} 43 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 57 ; CHECK-DAG: ![[SP2r:.*]] = {{.*}}!DISubprogram({{.*}} isOptimized: false, unit: ![[CU1]], retained…
|
D | thinlto_funcimport_debug.ll | 13 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 16 ; CHECK: distinct !DISubprogram(name: "main", {{.*}}, unit: ![[CU1]]
|
/external/llvm/test/Linker/ |
D | replaced-function-matches-first-subprogram.ll | 37 ; CHECK: !llvm.dbg.cu = !{![[CU1:[0-9]+]], ![[CU2:[0-9]+]]} 43 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 57 ; CHECK-DAG: ![[SP2r:.*]] = {{.*}}!DISubprogram({{.*}} isOptimized: false, unit: ![[CU1]], variable…
|
D | thinlto_funcimport_debug.ll | 13 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 16 ; CHECK: distinct !DISubprogram(name: "main", {{.*}}, unit: ![[CU1]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-invalid-6.s | 72 # CU1's contribution 82 # Overlapping with CU1's contribution
|
D | dwarfdump-str-offsets-invalid-4.s | 42 # CU1's contribution
|
D | dwarfdump-str-offsets-invalid-3.s | 63 # CU1's contribution
|
D | dwarfdump-str-offsets-dwp.s | 6 # CU1 and TU1 came from one object file, CU2 and TU2 from a second object
|
/external/llvm/test/Transforms/FunctionImport/ |
D | funcimport_debug.ll | 14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 17 ; CHECK-SAME: unit: ![[CU1]]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/ |
D | funcimport_debug.ll | 14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 17 ; CHECK-SAME: unit: ![[CU1]]
|
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/ |
D | p1.cpp | 35 concept union CU1 {}; // expected-error {{'concept' can only appear on the definition of a function… union
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/NVPTX/ |
D | debug-loc-offset.ll | 15 ; CHECK: .loc [[CU1:[0-9]+]] 1 0 19 ; CHECK: .loc [[CU1]] 2 0 83 ; CHECK-DAG: .file [[CU1]] "/llvm_cmake_gcc{{/|\\\\}}debug-loc-offset1.cc"
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 595 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences() local 598 dwarfgen::DIE CU1Die = CU1.getUnitDIE(); in TestReferences()
|