Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-v4-dwarf64-dwp.s52 ## 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:
Ddwarfdump-str-offsets-invalid-6.s72 # CU1's contribution
82 # Overlapping with 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-project/llvm/test/DebugInfo/
Dmacro_link.ll5 ; CHECK: !llvm.dbg.cu = !{[[CU1:![0-9]*]], [[CU2:![0-9]*]]}
7 ; CHECK: [[CU1]] = distinct !DICompileUnit
/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/llvm-project/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({{.*}} unit: ![[CU1]], retainedNodes:
Dthinlto_funcimport_debug.ll13 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit(
16 ; CHECK: distinct !DISubprogram(name: "main", {{.*}}, unit: ![[CU1]]
/external/llvm-project/llvm/test/Transforms/FunctionImport/
Dfuncimport_debug.ll14 ; CHECK: ![[CU1:[0-9]+]] = distinct !DICompileUnit(
17 ; CHECK-SAME: unit: ![[CU1]]
/external/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/llvm-project/llvm/test/ThinLTO/X86/
Dimport-metadata.ll13 ; CHECK: !llvm.dbg.cu = !{![[#CU1:]], ![[#CU2:]]}
/external/llvm-project/llvm/test/DebugInfo/NVPTX/
Ddebug-loc-offset.ll14 ; 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/
Derf.cl315 #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);
Derfc.cl316 #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/
DDWARFDebugInfoTest.cpp596 dwarfgen::CompileUnit &CU1 = DG->addCompileUnit(); in TestReferences() local
599 dwarfgen::DIE CU1Die = CU1.getUnitDIE(); in TestReferences()