Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/
DPerfJITEventListener.cpp81 void NotifyDebug(uint64_t CodeAddr, DILineInfoTable Lines);
273 DILineInfoTable Lines = Context->getLineInfoForAddressRange( in NotifyObjectEmitted()
427 DILineInfoTable Lines) { in NotifyDebug()
442 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyDebug()
443 DILineInfoTable::iterator End = Lines.end(); in NotifyDebug()
444 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyDebug()
463 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyDebug()
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp148 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp151 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()
152 DILineInfoTable::iterator Begin = Lines.begin(); in NotifyObjectEmitted()
153 DILineInfoTable::iterator End = Lines.end(); in NotifyObjectEmitted()
154 for (DILineInfoTable::iterator It = Begin; It != End; ++It) { in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp66 DILineInfoTable
70 return DILineInfoTable(); in getLineInfoForAddressRange()
72 DILineInfoTable Table; in getLineInfoForAddressRange()
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp67 DILineInfoTable
71 return DILineInfoTable(); in getLineInfoForAddressRange()
73 DILineInfoTable Table; in getLineInfoForAddressRange()
/external/llvm/include/llvm/DebugInfo/
DDIContext.h47 typedef SmallVector<std::pair<uint64_t, DILineInfo>, 16> DILineInfoTable; typedef
146 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/
DDIContext.h75 using DILineInfoTable = SmallVector<std::pair<uint64_t, DILineInfo>, 16>; variable
204 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h48 DILineInfoTable getLineInfoForAddressRange(
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h49 DILineInfoTable getLineInfoForAddressRange(
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp116 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h295 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h183 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp491 DILineInfoTable
494 DILineInfoTable Lines; in getLineInfoForAddressRange()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp389 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp383 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp959 DILineInfoTable
962 DILineInfoTable Lines; in getLineInfoForAddressRange()