Home
last modified time | relevance | path

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

/external/bcc/src/cc/
Dbcc_debug.cc149 std::unique_ptr<DWARFContext> DwarfCtx = in dump() local
151 if (!DwarfCtx) { in dump()
159 DWARFCompileUnit *CU = cast<DWARFCompileUnit>(DwarfCtx->getUnitAtIndex(0)); in dump()
161 DWARFCompileUnit *CU = DwarfCtx->getCompileUnitAtIndex(0); in dump()
168 const DWARFLineTable *LineTable = DwarfCtx->getLineTableForUnit(CU); in dump()