Home
last modified time | relevance | path

Searched refs:getSourceFileById (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h81 getSourceFileById(uint32_t FileId) const = 0;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h77 getSourceFileById(uint32_t FileId) const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h97 getSourceFileById(uint32_t FileId) const override;
H A DSymbolCache.h194 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp333 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession
334 return Cache.getSourceFileById(FileId); in getSourceFileById()
H A DNativeInlineSiteSymbol.cpp231 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
H A DSymbolCache.cpp614 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp74 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById() function in __anonb072cdf30111::MockSession
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp200 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in GetDeclarationForSymbol()
H A DSymbolFilePDB.cpp983 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()