Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h48 DILineInfoTable getLineInfoForAddressRange(
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp68 PDBContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange() function in PDBContext
/external/llvm/include/llvm/DebugInfo/
DDIContext.h146 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.cpp148 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in NotifyObjectEmitted()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFContext.h183 DILineInfoTable getLineInfoForAddressRange(uint64_t Address, uint64_t Size,
/external/llvm/tools/llvm-rtdyld/
Dllvm-rtdyld.cpp383 DILineInfoTable Lines = Context->getLineInfoForAddressRange(Addr, Size); in printLineInfoForInput()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp492 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange() function in DWARFContext