Home
last modified time | relevance | path

Searched refs:getLineInfoForAddressRange (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h46 DILineInfoTable getLineInfoForAddressRange(
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp66 PDBContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange() function in PDBContext
/external/llvm/include/llvm/DebugInfo/
DDIContext.h147 virtual DILineInfoTable getLineInfoForAddressRange(uint64_t Address,
/external/llvm/test/DebugInfo/
Ddebuglineinfo.test11 ; .debug_line section and exercises DIContext::getLineInfoForAddressRange().
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
DIntelJITEventListener.cpp135 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h179 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp359 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp474 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange() function in DWARFContext