Home
last modified time | relevance | path

Searched refs:DEBUGINFO_LINE (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/tcg/
H A Ddebuginfo.h28 #define DEBUGINFO_LINE BIT(2) macro
/openbmc/qemu/tcg/
H A Ddebuginfo.c79 if (q[i].flags & DEBUGINFO_LINE) { in debuginfo_query()
H A Dperf.c340 q[insn].flags = DEBUGINFO_SYMBOL | (jitdump ? DEBUGINFO_LINE : 0); in perf_report_code()