/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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 51 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress() 82 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
|
D | PDBSymbolFunc.cpp | 102 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/ |
D | IPDBSession.h | 57 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 56 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/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 73 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 __anon1f6759db0111::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/swiftshader/third_party/llvm-16.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/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 280 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
|