/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | debug-macro.ll | 24 ; CHECK-NEXT: DW_MACINFO_undef - lineno: 11 macro: NameUndef 26 ; CHECK-NEXT: DW_MACINFO_undef - lineno: 10 macro: NameUndef2 56 !11 = !DIMacro(type: DW_MACINFO_undef, line: 11, name: "NameUndef") 57 !12 = !DIMacro(type: DW_MACINFO_undef, line: 10, name: "NameUndef2")
|
D | debug-macro-gnu-dwo.ll | 19 ; CHECK-NEXT: DW_MACINFO_undef - lineno: 14 macro: YEA 21 ; CHECK-NEXT: DW_MACINFO_undef - lineno: 14 macro: YEA 46 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
|
D | debug-macro-gnu.ll | 43 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
|
D | debug-macro-v5.ll | 44 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
|
D | debug-macro-dwarf64.ll | 48 !7 = !DIMacro(type: DW_MACINFO_undef, line: 2, name: "BAR")
|
D | debug-macro-dwo.ll | 55 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
|
/external/llvm/test/DebugInfo/X86/ |
D | debug-macro.ll | 25 ; CHECK-MACRO-NEXT: DW_MACINFO_undef - lineno: 11 macro: NameUndef 27 ; CHECK-MACRO-NEXT: DW_MACINFO_undef - lineno: 10 macro: NameUndef2 54 !11 = !DIMacro(type: DW_MACINFO_undef, line: 11, name: "NameUndef") 55 !12 = !DIMacro(type: DW_MACINFO_undef, line: 10, name: "NameUndef2")
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugMacro.cpp | 38 case DW_MACINFO_undef: in dump() 78 case DW_MACINFO_undef: in parse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugMacro.cpp | 37 case DW_MACINFO_undef: in dump() 84 case DW_MACINFO_undef: in parse()
|
/external/llvm-project/llvm/test/DebugInfo/ |
D | debugmacinfo-dwo.test | 16 TEST_MACINFODWO: DW_MACINFO_undef - lineno: 4 macro: M1
|
D | debugmacinfo.test | 18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
|
/external/llvm/test/DebugInfo/ |
D | debugmacinfo.test | 18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
|
/external/elfutils/tests/ |
D | dwarf-getmacros.c | 92 case DW_MACINFO_undef: in mac()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 466 case DW_MACINFO_undef: return "DW_MACINFO_undef"; in MacinfoString() 478 .Case("DW_MACINFO_undef", DW_MACINFO_undef) in getMacinfo()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | MacroPPCallbacks.cpp | 197 llvm::dwarf::DW_MACINFO_undef, location, in MacroUndefined()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 456 case DW_MACINFO_undef: in MacinfoString() 473 .Case("DW_MACINFO_undef", DW_MACINFO_undef) in getMacinfo()
|
/external/llvm-project/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 456 case DW_MACINFO_undef: in MacinfoString() 473 .Case("DW_MACINFO_undef", DW_MACINFO_undef) in getMacinfo()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 448 DW_MACINFO_undef = 0x02, enumerator
|
/external/elfutils/libdw/ |
D | dwarf.h | 855 DW_MACINFO_undef = 2, enumerator
|
D | dwarf_getmacros.c | 104 [DW_MACINFO_undef - 1] = p_udata_str, in init_macinfo_table()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.h | 298 DW_MACINFO_undef = 0x02, enumerator
|
/external/llvm-project/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.h | 361 DW_MACINFO_undef = 0x02, enumerator
|
/external/llvm-project/llvm/unittests/IR/ |
D | IRBuilderTest.cpp | 935 auto MUndef1 = DIB.createMacro(TMF1, 7, dwarf::DW_MACINFO_undef, "M1"); in TEST_F() 942 EXPECT_EQ(dwarf::DW_MACINFO_undef, MUndef1->getMacinfoType()); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DIBuilder.cpp | 224 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()
|
/external/llvm-project/llvm/lib/IR/ |
D | DIBuilder.cpp | 225 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()
|