Home
last modified time | relevance | path

Searched refs:CU1 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/
Dmacro_link.ll5 ; 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/
Dreplaced-function-matches-first-subprogram.ll37 ; 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…
Dthinlto_funcimport_debug.ll13 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit(
16 ; CHECK: distinct !DISubprogram(name: "main", {{.*}}, unit: ![[CU1]]
/external/llvm/test/Linker/
Dreplaced-function-matches-first-subprogram.ll37 ; 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…
Dthinlto_funcimport_debug.ll13 ; 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/
Ddwarfdump-str-offsets-invalid-6.s72 # CU1's contribution
82 # Overlapping with CU1's contribution
Ddwarfdump-str-offsets-invalid-4.s42 # CU1's contribution
Ddwarfdump-str-offsets-invalid-3.s63 # CU1's contribution
Ddwarfdump-str-offsets-dwp.s6 # CU1 and TU1 came from one object file, CU2 and TU2 from a second object
/external/llvm/test/Transforms/FunctionImport/
Dfuncimport_debug.ll14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit(
17 ; CHECK-SAME: unit: ![[CU1]]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/FunctionImport/
Dfuncimport_debug.ll14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit(
17 ; CHECK-SAME: unit: ![[CU1]]
/external/clang/test/CXX/concepts-ts/dcl.dcl/dcl.spec/dcl.spec.concept/
Dp1.cpp35 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/
Ddebug-loc-offset.ll15 ; 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/
DDWARFDebugInfoTest.cpp595 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences() local
598 dwarfgen::DIE CU1Die = CU1.getUnitDIE(); in TestReferences()