Home
last modified time | relevance | path

Searched refs:DW_MACINFO_undef (Results 1 – 25 of 32) sorted by relevance

12

/external/llvm-project/llvm/test/DebugInfo/X86/
Ddebug-macro.ll24 ; 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")
Ddebug-macro-gnu-dwo.ll19 ; 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")
Ddebug-macro-gnu.ll43 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
Ddebug-macro-v5.ll44 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
Ddebug-macro-dwarf64.ll48 !7 = !DIMacro(type: DW_MACINFO_undef, line: 2, name: "BAR")
Ddebug-macro-dwo.ll55 !13 = !DIMacro(type: DW_MACINFO_undef, line: 14, name: "YEA")
/external/llvm/test/DebugInfo/X86/
Ddebug-macro.ll25 ; 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/
DDWARFDebugMacro.cpp38 case DW_MACINFO_undef: in dump()
78 case DW_MACINFO_undef: in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp37 case DW_MACINFO_undef: in dump()
84 case DW_MACINFO_undef: in parse()
/external/llvm-project/llvm/test/DebugInfo/
Ddebugmacinfo-dwo.test16 TEST_MACINFODWO: DW_MACINFO_undef - lineno: 4 macro: M1
Ddebugmacinfo.test18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
/external/llvm/test/DebugInfo/
Ddebugmacinfo.test18 TEST_MACINFO: DW_MACINFO_undef - lineno: 4 macro: M1
/external/elfutils/tests/
Ddwarf-getmacros.c92 case DW_MACINFO_undef: in mac()
/external/llvm/lib/Support/
DDwarf.cpp466 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/
DMacroPPCallbacks.cpp197 llvm::dwarf::DW_MACINFO_undef, location, in MacroUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp456 case DW_MACINFO_undef: in MacinfoString()
473 .Case("DW_MACINFO_undef", DW_MACINFO_undef) in getMacinfo()
/external/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp456 case DW_MACINFO_undef: in MacinfoString()
473 .Case("DW_MACINFO_undef", DW_MACINFO_undef) in getMacinfo()
/external/llvm/include/llvm/Support/
DDwarf.h448 DW_MACINFO_undef = 0x02, enumerator
/external/elfutils/libdw/
Ddwarf.h855 DW_MACINFO_undef = 2, enumerator
Ddwarf_getmacros.c104 [DW_MACINFO_undef - 1] = p_udata_str, in init_macinfo_table()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.h298 DW_MACINFO_undef = 0x02, enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.h361 DW_MACINFO_undef = 0x02, enumerator
/external/llvm-project/llvm/unittests/IR/
DIRBuilderTest.cpp935 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/
DDIBuilder.cpp224 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()
/external/llvm-project/llvm/lib/IR/
DDIBuilder.cpp225 assert((MacroType == dwarf::DW_MACINFO_undef || in createMacro()

12