Home
last modified time | relevance | path

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

12345678910>>...21

/external/llvm/test/BugPoint/
Dnamed-md.ll17 ; CHECK-DAG: ![[FIRST]] = distinct !DICompileUnit(language: DW_LANG_Julia,
18 ; CHECK-DAG: ![[SECOND]] = distinct !DICompileUnit(language: DW_LANG_Julia,
25 !0 = distinct !DICompileUnit(language: DW_LANG_Julia,
27 !1 = distinct !DICompileUnit(language: DW_LANG_Julia,
29 !2 = distinct !DICompileUnit(language: DW_LANG_Julia,
31 !3 = distinct !DICompileUnit(language: DW_LANG_Julia,
33 !4 = distinct !DICompileUnit(language: DW_LANG_Julia,
35 !5 = distinct !DICompileUnit(language: DW_LANG_Julia,
/external/clang/test/Modules/
Ddebug-info-moduleimport.m4 // CHECK: ![[CU:.*]] = distinct !DICompileUnit
17 // NO-SKEL-CHECK: distinct !DICompileUnit
18 // NO-SKEL-CHECK-NOT: distinct !DICompileUnit
24 // SKEL-CHECK: distinct !DICompileUnit
25 // SKEL-CHECK: distinct !DICompileUnit{{.*}}dwoId
DDebugInfoTransitiveImport.m10 // CHECK: !DICompileUnit({{.*}}dwoId:
14 // CHECK: !DICompileUnit({{.*}}dwoId:
21 // CHECK: !DICompileUnit({{.*}}splitDebugFilename: {{.*}}diamond_top{{.*}}dwoId:
/external/llvm/test/Assembler/
Ddicompileunit.ll16 ; CHECK: !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang", isOptimiz…
17 !8 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang",
23 ; CHECK: !9 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, isOptimized: false, runtimeV…
24 !9 = distinct !DICompileUnit(language: 12, file: !1, producer: "",
Dinvalid-dicompileunit-uniqued.ll3 ; CHECK: <stdin>:[[@LINE+1]]:6: error: missing 'distinct', required for !DICompileUnit
4 !0 = !DICompileUnit(language: DW_LANG_C99, file: !DIFile(filename: "file", directory: "/dir"))
Dinvalid-dicompileunit-language-overflow.ll4 !0 = distinct !DICompileUnit(language: 65535,
8 !1 = distinct !DICompileUnit(language: 65536,
Dinvalid-dicompileunit-null-file.ll4 !0 = distinct !DICompileUnit(file: null)
Dinvalid-dicompileunit-missing-language.ll4 !0 = distinct !DICompileUnit(file: !DIFile(filename: "a", directory: "b"))
Dinvalid-dicompileunit-language-bad.ll4 !0 = distinct !DICompileUnit(language: DW_LANG_NoSuchLanguage,
/external/llvm/include/llvm/IR/
DDebugInfo.h92 bool addCompileUnit(DICompileUnit *CU);
99 typedef SmallVectorImpl<DICompileUnit *>::const_iterator
134 SmallVector<DICompileUnit *, 8> CUs;
/external/llvm/test/Bitcode/
DDICompileUnit-no-DWOId.ll5 ; CHECK: distinct !DICompileUnit
8 !0 = !DICompileUnit(language: 12, file: !1)
DDISubprogram-distinct-definitions.ll6 !0 = distinct !DICompileUnit(language: 12, file: !1, subprograms: !2)
/external/llvm/test/Linker/
Dsubprogram-linkonce-weak.ll56 ; LW: ![[LCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[LSPs:[0-9]+]]
60 ; LW: ![[WCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]]
70 ; WL: ![[WCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[WSPs:[0-9]+]]
73 ; WL: ![[LCU]] = distinct !DICompileUnit({{.*}} subprograms: ![[LSPs:[0-9]+]]
83 !1 = distinct !DICompileUnit(language: DW_LANG_C99, file: !2, subprograms: !{!3, !4}, emissionKind:…
Dreplaced-function-matches-first-subprogram.ll43 ; CHECK-DAG: ![[CU1]] = distinct !DICompileUnit({{.*}} subprograms: ![[SPs1:[0-9]+]]
44 ; CHECK-DAG: ![[CU2]] = distinct !DICompileUnit({{.*}} subprograms: ![[SPs2:[0-9]+]]
45 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.6.0 (trunk 2…
Dthinlto_funcimport_debug.ll14 ; CHECK: !{{[0-9]+}} = distinct !DICompileUnit({{.*}} subprograms: ![[SPs1:[0-9]+]]
16 ; CHECK: !{{[0-9]+}} = distinct !DICompileUnit({{.*}} subprograms: ![[SPs2:[0-9]+]]
55 !0 = distinct !DICompileUnit(language: DW_LANG_C99, file: !1, producer: "clang version 3.8.0 (trunk…
Ddebug-info-version-b.ll8 !1 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang", isOptimized: false, file: !"…
/external/llvm/lib/IR/
DDebugInfo.cpp63 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(CUi)); in generateDITypeIdentifierMap()
111 auto *CU = cast<DICompileUnit>(CU_Nodes->getOperand(i)); in processModule()
179 if (auto *CU = dyn_cast<DICompileUnit>(Scope)) { in processScope()
256 bool DebugInfoFinder::addCompileUnit(DICompileUnit *CU) { in addCompileUnit()
DDebugInfoMetadata.cpp144 assert((isa<DIFile>(this) || isa<DICompileUnit>(this)) && in getScope()
159 isa<DICompileUnit>(this)) && in getName()
312 DICompileUnit *DICompileUnit::getImpl( in getImpl()
328 return storeImpl(new (ArrayRef<Metadata *>(Ops).size()) DICompileUnit( in getImpl()
/external/llvm/test/DebugInfo/Generic/
D2010-05-10-MultipleCU.ll29 !4 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 565…
37 !12 = distinct !DICompileUnit(language: DW_LANG_C89, producer: "4.2.1 (Based on Apple Inc. build 56…
Ddebuginfofinder-multiple-cu.ll25 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (192092)", isOptim…
33 !8 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 (192092)", isOptim…
Dbug_null_debuginfo.ll6 !0 = distinct !DICompileUnit(language: DW_LANG_C99, isOptimized: false, emissionKind: 0, file: !1, …
Dcross-cu-linkonce.ll51 !0 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOpt…
64 !13 = distinct !DICompileUnit(language: DW_LANG_C_plus_plus, producer: "clang version 3.5.0 ", isOp…
/external/llvm/test/DebugInfo/X86/
Dmultiple-aranges.ll47 !0 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: fa…
54 !7 = distinct !DICompileUnit(language: DW_LANG_C99, producer: "clang version 3.4 ", isOptimized: fa…
/external/llvm/test/Verifier/
Ddbg-null-retained-type.ll8 !1 = distinct !DICompileUnit(file: !2, language: DW_LANG_C99, retainedTypes: !3)
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h74 const DICompileUnit *CUNode;
113 DwarfUnit(unsigned UID, dwarf::Tag, const DICompileUnit *CU, AsmPrinter *A,
132 const DICompileUnit *getCUNode() const { return CUNode; } in getCUNode()

12345678910>>...21