Searched refs:DILineInfoTable (Results 1 – 5 of 5) sorted by relevance
135 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()136 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyObjectEmitted()137 DILineInfoTable::iterator End = Lines.end(); in NotifyObjectEmitted()138 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyObjectEmitted()
49 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable; typedef140 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
162 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
248 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()249 DILineInfoTable::iterator Begin = Lines.begin(); in printLineInfoForInput()250 DILineInfoTable::iterator End = Lines.end(); in printLineInfoForInput()251 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in printLineInfoForInput()
419 DILineInfoTable422 DILineInfoTable Lines; in getLineInfoForAddressRange()