Searched refs:DW_MACINFO_define (Results 1 – 12 of 12) sorted by relevance
/external/llvm/test/DebugInfo/ |
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)
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugMacro.cpp | 38 case DW_MACINFO_define: in dump() 78 case DW_MACINFO_define: in parse()
|
/external/llvm/test/Assembler/ |
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")
|
/external/elfutils/tests/ |
D | dwarf-getmacros.c | 83 case DW_MACINFO_define: in mac()
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 466 case DW_MACINFO_define: return "DW_MACINFO_define"; in MacinfoString() 478 .Case("DW_MACINFO_define", DW_MACINFO_define) in getMacinfo()
|
/external/elfutils/libdw/ |
D | dwarf.h | 687 DW_MACINFO_define = 1, enumerator
|
D | dwarf_getmacros.c | 104 [DW_MACINFO_define - 1] = p_udata_str, in init_macinfo_table()
|
D | known-dwarf.h | 358 DWARF_ONE_KNOWN_DW_MACINFO (define, DW_MACINFO_define) \
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 456 DW_MACINFO_define = 0x01, enumerator
|
/external/elfutils/src/ |
D | readelf.c | 7198 case DW_MACINFO_define: in print_debug_macinfo_section() 7217 if (opcode == DW_MACINFO_define) in print_debug_macinfo_section()
|
/external/llvm/lib/IR/ |
D | Verifier.cpp | 983 Assert(N.getMacinfoType() == dwarf::DW_MACINFO_define || in visitDIMacro()
|
/external/llvm/docs/ |
D | LangRef.rst | 4159 !2 = !DIMacro(macinfo: DW_MACINFO_define, line: 7, name: "foo(x)",
|