Searched refs:DILineInfoTable (Results 1 – 7 of 7) sorted by relevance
65 DILineInfoTable69 return DILineInfoTable(); in getLineInfoForAddressRange()71 DILineInfoTable Table; in getLineInfoForAddressRange()
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; typedef147 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
46 DILineInfoTable getLineInfoForAddressRange(
179 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
473 DILineInfoTable476 DILineInfoTable Lines; in getLineInfoForAddressRange()
359 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()