Searched defs:getLineTableForUnit (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp374 DWARFContext::getLineTableForUnit(DWARFUnit *U) { function in class:DWARFContext
466 if (const DWARFLineTable *LineTable = getLineTableForUnit(CU))
493 const DWARFLineTable *LineTable = getLineTableForUnit(CU);
532 LineTable = getLineTableForUnit(CU);
553 LineTable = getLineTableForUnit(CU);

Completed in 448 milliseconds