Home
last modified time | relevance | path

Searched refs:DILineInfoTable (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp171 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()
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp224 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()
/freebsd-10-stable/contrib/llvm/include/llvm/DebugInfo/
DDIContext.h61 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable; typedef
144 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFContext.h133 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
DDWARFContext.cpp448 DILineInfoTable DWARFContext::getLineInfoForAddressRange(uint64_t Address, in getLineInfoForAddressRange()
451 DILineInfoTable Lines; in getLineInfoForAddressRange()