/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 51 auto LineNumbers = Session->findLineNumbersByAddress(Address, Length); in getLineInfoForAddress() 74 auto LineNumbers = Session->findLineNumbersByAddress(Address, Size); in getLineInfoForAddressRange()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
|
D | PDBSymbolFunc.cpp | 100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
|
D | PDBSymbolFunc.cpp | 100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 44 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 43 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 54 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 56 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 57 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 100 RawSession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in RawSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 61 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 69 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 129 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 195 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 87 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override { in findLineNumbersByAddress() function in __anonddbf8f8c0111::MockSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 272 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 104 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override { in findLineNumbersByAddress() function in __anon3ef83b7a0111::MockSession
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 189 auto lines_up = symbol.getSession().findLineNumbersByAddress( in GetDeclarationForSymbol()
|
D | SymbolFilePDB.cpp | 1891 m_session_up->findLineNumbersByAddress(file_vm_addr, /*Length=*/1)) { in GetCompileUnitContainsAddress()
|