Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp51 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Length); in getLineInfoForAddress()
82 auto LineNumbers = Session->findLineNumbersByAddress(Address.Address, Size); in getLineInfoForAddressRange()
H A DPDBSymbolFunc.cpp102 return Session.findLineNumbersByAddress(RawSymbol->getVirtualAddress(), in getLineNumbers()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h56 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const = 0;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h53 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h73 findLineNumbersByAddress(uint64_t Address, uint32_t Length) const override;
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp250 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { in findLineNumbersByAddress() function in DIASession
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp280 NativeSession::findLineNumbersByAddress(uint64_t Address, in findLineNumbersByAddress() function in NativeSession
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp199 auto lines_up = symbol.getSession().findLineNumbersByAddress( in GetDeclarationForSymbol()
H A DSymbolFilePDB.cpp1906 m_session_up->findLineNumbersByAddress(file_vm_addr, /*Length=*/1)) { in GetCompileUnitContainsAddress()