Searched refs:DILineInfoTable (Results 1 – 7 of 7) sorted by relevance
67 DILineInfoTable71 return DILineInfoTable(); in getLineInfoForAddressRange()73 DILineInfoTable Table; in getLineInfoForAddressRange()
148 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()149 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyObjectEmitted()150 DILineInfoTable::iterator End = Lines.end(); in NotifyObjectEmitted()151 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyObjectEmitted()
47 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable; typedef146 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
48 DILineInfoTable getLineInfoForAddressRange(
183 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
491 DILineInfoTable494 DILineInfoTable Lines; in getLineInfoForAddressRange()
383 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()