Searched refs:getSourceFileById (Results 1 – 11 of 11) sorted by relevance
58 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()128 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
77 getSourceFileById(uint32_t FileId) const override;
82 getSourceFileById(uint32_t FileId) const = 0;
98 getSourceFileById(uint32_t FileId) const override;
198 getSourceFileById(SymIndexId FileId) const;
332 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession333 return Cache.getSourceFileById(FileId); in getSourceFileById()
231 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
618 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()
978 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()