Home
last modified time | relevance | path

Searched refs:DW_MACINFO_define (Results 1 – 15 of 15) sorted by relevance

/external/llvm/test/DebugInfo/
Ddebugmacinfo.test11 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/test/DebugInfo/X86/
Ddebug-macro.ll21 ; CHECK-MACRO-NEXT: DW_MACINFO_define - lineno: 0 macro: NameCMD ValueCMD
24 ; CHECK-MACRO-NEXT: DW_MACINFO_define - lineno: 1 macro: NameDef Value
47 !4 = !DIMacro(type: DW_MACINFO_define, line: 0, name: "NameCMD", value: "ValueCMD")
53 !10 = !DIMacro(type: DW_MACINFO_define, line: 1, name: "NameDef", value: "Value")
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugMacro.cpp37 case DW_MACINFO_define: in dump()
77 case DW_MACINFO_define: in parse()
/external/llvm/test/Assembler/
Ddebug-info.ll74 ; 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/
Ddwarf-getmacros.c83 case DW_MACINFO_define: in mac()
/external/llvm/lib/Support/
DDwarf.cpp465 case DW_MACINFO_define: return "DW_MACINFO_define"; in MacinfoString()
477 .Case("DW_MACINFO_define", DW_MACINFO_define) in getMacinfo()
/external/elfutils/libdw/
Ddwarf.h687 DW_MACINFO_define = 1, enumerator
Ddwarf_getmacros.c104 [DW_MACINFO_define - 1] = p_udata_str, in init_macinfo_table()
Dknown-dwarf.h358 DWARF_ONE_KNOWN_DW_MACINFO (define, DW_MACINFO_define) \
/external/llvm/include/llvm/Support/
DDwarf.h447 DW_MACINFO_define = 0x01, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DDwarf.cpp662 case DW_MACINFO_define: return "DW_MACINFO_define"; in MacinfoString()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DDwarf.h582 DW_MACINFO_define = 0x01, enumerator
/external/elfutils/src/
Dreadelf.c7198 case DW_MACINFO_define: in print_debug_macinfo_section()
7217 if (opcode == DW_MACINFO_define) in print_debug_macinfo_section()
/external/llvm/lib/IR/
DVerifier.cpp1028 AssertDI(N.getMacinfoType() == dwarf::DW_MACINFO_define || in visitDIMacro()
/external/llvm/docs/
DLangRef.rst4354 !2 = !DIMacro(macinfo: DW_MACINFO_define, line: 7, name: "foo(x)",