Searched refs:DW_MACINFO_undef (Results 1 – 15 of 15) sorted by relevance
/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/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()
|
D | ChangeLog | 490 * dwarf-getmacros.c (mac): Skip over DW_MACINFO_undef,
|
/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/elfutils/libdw/ |
D | dwarf.h | 688 DW_MACINFO_undef = 2, enumerator
|
D | dwarf_getmacros.c | 105 [DW_MACINFO_undef - 1] = p_udata_str, in init_macinfo_table()
|
D | known-dwarf.h | 361 DWARF_ONE_KNOWN_DW_MACINFO (undef, DW_MACINFO_undef) \
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | Dwarf.cpp | 663 case DW_MACINFO_undef: return "DW_MACINFO_undef"; in MacinfoString()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Dwarf.h | 583 DW_MACINFO_undef = 0x02, enumerator
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 448 DW_MACINFO_undef = 0x02, enumerator
|
/external/elfutils/src/ |
D | readelf.c | 7199 case DW_MACINFO_undef: in print_debug_macinfo_section() 7220 else if (opcode == DW_MACINFO_undef) in print_debug_macinfo_section()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 1029 N.getMacinfoType() == dwarf::DW_MACINFO_undef, in visitDIMacro()
|
/external/llvm/docs/ |
D | LangRef.rst | 4356 !3 = !DIMacro(macinfo: DW_MACINFO_undef, line: 30, name: "foo")
|