Searched refs:CU1 (Results 1 – 16 of 16) sorted by relevance
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-v4-dwarf64-dwp.s | 52 ## The contribution of CU1 (DWARF64) 89 ## CU1 uses the 64-bit DWARF format. 113 .quad 0x1100001133333333 # DWO Id of CU1 128 ## Row 2, offsets of contributions of CU1: 137 ## Row 2, sizes of contributions of CU1:
|
D | dwarfdump-str-offsets-invalid-6.s | 72 # CU1's contribution 82 # Overlapping with 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-project/llvm/test/DebugInfo/ |
D | macro_link.ll | 5 ; CHECK: !llvm.dbg.cu = !{[[CU1:![0-9]*]], [[CU2:![0-9]*]]} 7 ; CHECK: [[CU1]] = distinct !DICompileUnit
|
/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/llvm-project/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({{.*}} unit: ![[CU1]], retainedNodes:
|
D | thinlto_funcimport_debug.ll | 13 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 16 ; CHECK: distinct !DISubprogram(name: "main", {{.*}}, unit: ![[CU1]]
|
/external/llvm-project/llvm/test/Transforms/FunctionImport/ |
D | funcimport_debug.ll | 14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit( 17 ; CHECK-SAME: unit: ![[CU1]]
|
/external/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/llvm-project/llvm/test/ThinLTO/X86/ |
D | import-metadata.ll | 13 ; CHECK: !llvm.dbg.cu = !{![[#CU1:]], ![[#CU2:]]}
|
/external/llvm-project/llvm/test/DebugInfo/NVPTX/ |
D | debug-loc-offset.ll | 14 ; CHECK: .loc [[CU1:[0-9]+]] 1 0 16 ; CHECK: .loc [[CU1]] 1 0 20 ; CHECK: .loc [[CU1]] 2 0 85 ; CHECK-DAG: .file [[CU1]] "/llvm_cmake_gcc{{/|\\\\}}debug-loc-offset1.cc"
|
/external/llvm-project/libclc/generic/lib/math/ |
D | erf.cl | 315 #define CU1 4.14856118683748331666e-01 365 ut = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, CU6, CU5), CU4), CU3), CU2), CU1), CU0);
|
D | erfc.cl | 316 #define CU1 4.14856118683748331666e-01 370 tu = fma(t, fma(t, fma(t, fma(t, fma(t, fma(t, CU6, CU5), CU4), CU3), CU2), CU1), CU0);
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugInfoTest.cpp | 596 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences() local 599 dwarfgen::DIE CU1Die = CU1.getUnitDIE(); in TestReferences()
|