| /llvm-project-15.0.7/llvm/test/DebugInfo/X86/ |
| H A D | debug-macinfo-split-dwarf.ll | 14 ;CHECK-NEXT: DW_MACINFO_define - lineno: 1 macro: define_1 12 17 ;CHECK-NEXT: DW_MACINFO_define - lineno: 1 macro: define_2 14 20 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __llvm__ 1 21 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __clang__ 1 22 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __clang_major__ 10 23 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __clang_minor__ 0 24 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __clang_patchlevel__ 0 26 ;CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: __GNUC__ 4 61 !14 = !DIMacro(type: DW_MACINFO_define, name: "__llvm__", value: "1") 62 !15 = !DIMacro(type: DW_MACINFO_define, name: "__clang__", value: "1") [all …]
|
| H A D | debug-macro.ll | 20 ; CHECK-NEXT: DW_MACINFO_define - lineno: 0 macro: NameCMD ValueCMD 23 ; CHECK-NEXT: DW_MACINFO_define - lineno: 1 macro: NameDef Value 49 !4 = !DIMacro(type: DW_MACINFO_define, line: 0, name: "NameCMD", value: "ValueCMD") 55 !10 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "NameDef", value: "Value")
|
| H A D | debug-macro-macinfo.s | 17 # CHECK-NEXT: DW_MACINFO_define - lineno: 6 macro: DWARF_VERSION 4 39 .byte 1 # DW_MACINFO_define
|
| H A D | debug-macro-gnu-dwo.ll | 16 ; CHECK-NEXT: DW_MACINFO_define - lineno: 1 macro: FOO 5 42 !9 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "FOO", value: "5")
|
| H A D | debug-macro-gnu.ll | 39 !9 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "FOO", value: "5")
|
| H A D | debug-macro-v5.ll | 40 !9 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "FOO", value: "5")
|
| H A D | debug-macro-dwarf64.ll | 47 !6 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "FOO", value: "1")
|
| H A D | debug-macro-dwo.ll | 51 !9 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "FOO", value: "5")
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/ |
| H A D | debugmacinfo.test | 11 TEST_MACINFO: DW_MACINFO_define - lineno: 0 macro: M3 Value3 14 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M4 Value4 16 TEST_MACINFO: DW_MACINFO_define - lineno: 1 macro: M1 Value1 19 TEST_MACINFO: DW_MACINFO_define - lineno: 5 macro: M1 NewValue1 21 TEST_MACINFO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
|
| H A D | debugmacinfo-dwo.test | 12 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M4 Value4 14 TEST_MACINFODWO: DW_MACINFO_define - lineno: 1 macro: M1 Value1 17 TEST_MACINFODWO: DW_MACINFO_define - lineno: 5 macro: M1 NewValue1 19 TEST_MACINFODWO: DW_MACINFO_define - lineno: 3 macro: M2(x,y) ((x)+(y)* Value2)
|
| H A D | macro_link.ll | 14 ; CHECK: [[M1]] = !DIMacro(type: DW_MACINFO_define, line: 3, name: "X", value: "5") 28 !6 = !DIMacro(type: DW_MACINFO_define, line: 3, name: "X", value: "5")
|
| /llvm-project-15.0.7/llvm/test/Assembler/ |
| H A D | DIMacroFile.ll | 18 ; CHECK: !5 = !DIMacro(type: DW_MACINFO_define, name: "X", value: "5") 19 !5 = !DIMacro(type: DW_MACINFO_define, line: 0, name: "X", value: "5")
|
| H A D | debug-info.ll | 74 ; CHECK-NEXT: !28 = !DIMacro(type: DW_MACINFO_define, line: 9, name: "Name", value: "Value") 78 !31 = !DIMacro(type: DW_MACINFO_define, line: 9, name: "Name", value: "Value")
|
| /llvm-project-15.0.7/llvm/test/Bindings/llvm-c/ |
| H A D | debug_info.ll | 53 ; CHECK-NEXT: !26 = !DIMacro(type: DW_MACINFO_define, name: "SIMPLE_DEFINE") 54 ; CHECK-NEXT: !27 = !DIMacro(type: DW_MACINFO_define, name: "VALUE_DEFINE", value: "1")
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | MacroPPCallbacks.cpp | 187 llvm::dwarf::DW_MACINFO_define, location, in MacroDefined()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | IRBuilderTest.cpp | 933 DIB.createMacro(nullptr, /*LineNo=*/0, dwarf::DW_MACINFO_define, "M0"); in TEST_F() 952 DIB.createMacro(nullptr, /*LineNo=*/0, dwarf::DW_MACINFO_define, "M1"); in TEST_F() 1060 DIB.createMacro(nullptr, 0, dwarf::DW_MACINFO_define, "M0", "V0"); in TEST_F() 1062 auto MDef1 = DIB.createMacro(TMF1, 3, dwarf::DW_MACINFO_define, "M1", "V1"); in TEST_F() 1064 auto MDef2 = DIB.createMacro(TMF2, 1, dwarf::DW_MACINFO_define, "M2"); in TEST_F() 1067 EXPECT_EQ(dwarf::DW_MACINFO_define, MDef1->getMacinfoType()); in TEST_F()
|
| /llvm-project-15.0.7/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 460 case DW_MACINFO_define: in MacinfoString() 478 .Case("DW_MACINFO_define", DW_MACINFO_define) in getMacinfo()
|
| /llvm-project-15.0.7/llvm/test/ThinLTO/X86/ |
| H A D | debuginfo-cu-import.ll | 66 !24 = !DIMacro(type: DW_MACINFO_define, line: 3, name: "X", value: "5")
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 386 DW_MACINFO_define = 0x01, enumerator
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 3170 unsigned Type = M.getMacinfoType() == dwarf::DW_MACINFO_define in emitMacro() 3181 unsigned Type = M.getMacinfoType() == dwarf::DW_MACINFO_define in emitMacro()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 240 MacroType == dwarf::DW_MACINFO_define) && in createMacro()
|
| H A D | Verifier.cpp | 1390 CheckDI(N.getMacinfoType() == dwarf::DW_MACINFO_define || in visitDIMacro()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | LangRef.rst | 5934 !2 = !DIMacro(macinfo: DW_MACINFO_define, line: 7, name: "foo(x)",
|