Searched refs:findLineNumbersByAddress (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBContext.cpp | 51 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 82 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
|
| H A D | PDBSymbolFunc.cpp | 102 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | IPDBSession.h | 56 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIASession.h | 53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeSession.h | 73 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 280 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 104 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override { in findLineNumbersByAddress() function in __anonb072cdf30111::MockSession
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/ |
| H A D | PDBASTParser.cpp | 191 auto lines_up = symbol.getSession().findLineNumbersByAddress( in GetDeclarationForSymbol()
|
| H A D | SymbolFilePDB.cpp | 1895 m_session_up->findLineNumbersByAddress(file_vm_addr, /*Length=*/1)) { in GetCompileUnitContainsAddress()
|