Searched refs:DILineInfoTable (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/PerfJITEvents/ |
D | PerfJITEventListener.cpp | 81 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/ |
D | IntelJITEventListener.cpp | 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/IntelJITEvents/ |
D | IntelJITEventListener.cpp | 151 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/ |
D | PDBContext.cpp | 66 DILineInfoTable 70 return DILineInfoTable(); in getLineInfoForAddressRange() 72 DILineInfoTable Table; in getLineInfoForAddressRange()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 67 DILineInfoTable 71 return DILineInfoTable(); in getLineInfoForAddressRange() 73 DILineInfoTable Table; in getLineInfoForAddressRange()
|
/external/llvm/include/llvm/DebugInfo/ |
D | DIContext.h | 47 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/ |
D | DIContext.h | 75 using DILineInfoTable = SmallVector<std::pair<uint64_t, DILineInfo>, 16>; variable 204 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 48 DILineInfoTable getLineInfoForAddressRange(
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBContext.h | 49 DILineInfoTable getLineInfoForAddressRange(
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/ |
D | OProfileJITEventListener.cpp | 116 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 295 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFContext.h | 183 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 491 DILineInfoTable 494 DILineInfoTable Lines; in getLineInfoForAddressRange()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 389 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 383 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 959 DILineInfoTable 962 DILineInfoTable Lines; in getLineInfoForAddressRange()
|