Home
last modified time | relevance | path

Searched refs:findLineNumbersByAddress (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp51 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/
DPDBContext.cpp49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress()
73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
DPDBSymbolFunc.cpp100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp49 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress()
73 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
DPDBSymbolFunc.cpp100 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h44 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h43 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h54 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h56 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h57 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp100 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/
DNativeSession.h61 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h69 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp129 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp195 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp87 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/
DDIASession.cpp250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp272 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp104 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override { in findLineNumbersByAddress() function in __anon3ef83b7a0111::MockSession
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
DPDBASTParser.cpp189 auto lines_up = symbol.getSession().findLineNumbersByAddress( in GetDeclarationForSymbol()
DSymbolFilePDB.cpp1891 m_session_up->findLineNumbersByAddress(file_vm_addr, /*Length=*/1)) { in GetCompileUnitContainsAddress()