Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugInfoEntry.cpp156 else if (attr == DW_AT_decl_line || attr == DW_AT_call_line) in dumpAttribute()
429 CallLine = getAttributeValueAsUnsignedConstant(U, DW_AT_call_line, 0); in getCallerFrame()
/external/elfutils/src/
Daddr2line.c363 DW_AT_call_line, in print_dwarf_function()
793 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line, in handle_address()
Dstack.c290 if (dwarf_formudata (dwarf_attr (die, DW_AT_call_line, in print_frame()
/external/elfutils/tests/
Ddwflmodtest.c57 if (dwarf_formudata (dwarf_attr (instance, DW_AT_call_line, in print_instance()
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h234 DW_AT_call_line = 0x59, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDie.cpp270 else if (Attr == DW_AT_decl_line || Attr == DW_AT_call_line) in dumpAttribute()
552 CallLine = toUnsigned(find(DW_AT_call_line), 0); in getCallerFrame()
/external/llvm/lib/Support/
DDwarf.cpp118 case DW_AT_call_line: return "DW_AT_call_line"; in AttributeString()
/external/llvm/test/DebugInfo/X86/
Ddbg-value-inlined-parameter.ll32 ;CHECK-NEXT: DW_AT_call_line
Dfission-inline.ll72 ; CHECK-NEXT: DW_AT_call_line {{.*}} (18)
/external/llvm/include/llvm/Support/
DDwarf.h165 DW_AT_call_line = 0x59, enumerator
/external/elfutils/libdw/
Ddwarf.h244 DW_AT_call_line = 0x59, enumerator
/external/llvm/test/DebugInfo/Inputs/
Dgmlt.ll69 ; CHECK-NEXT: DW_AT_call_line
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-linking-x86.test84 CHECK: DW_AT_call_line [DW_FORM_data1] (20)
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp455 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp550 addUInt(*ScopeDIE, dwarf::DW_AT_call_line, None, IA->getLine()); in constructInlinedScopeDIE()