Searched refs:getSourceFileById (Results 1 – 11 of 11) sorted by relevance
57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
81 getSourceFileById(uint32_t FileId) const = 0;
77 getSourceFileById(uint32_t FileId) const override;
97 getSourceFileById(uint32_t FileId) const override;
194 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
334 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession 335 return Cache.getSourceFileById(FileId); in getSourceFileById()
231 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
614 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
207 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in AddSourceInfoToDecl()
992 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()