Searched refs:getSourceFileById (Results 1 – 11 of 11) sorted by relevance
55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()116 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
77 getSourceFileById(uint32_t FileId) const override;
81 getSourceFileById(uint32_t FileId) const = 0;
173 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
325 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession326 return Cache.getSourceFileById(FileId); in getSourceFileById()
609 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
93 getSourceFileById(uint32_t FileId) const override;
188 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
198 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in GetDeclarationForSymbol()
977 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()