Searched refs:DILineInfoTable (Results 1 – 5 of 5) sorted by relevance
171 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()172 DILineInfoTable::iterator Begin = Lines.begin(); in printLineInfoForInput()173 DILineInfoTable::iterator End = Lines.end(); in printLineInfoForInput()174 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in printLineInfoForInput()
224 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()225 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyObjectEmitted()226 DILineInfoTable::iterator End = Lines.end(); in NotifyObjectEmitted()227 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyObjectEmitted()
61 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable; typedef144 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
133 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
448 DILineInfoTable DWARFContext::getLineInfoForAddressRange(uint64_t Address, in getLineInfoForAddressRange()451 DILineInfoTable Lines; in getLineInfoForAddressRange()