Searched refs:getSourceFileById (Results 1 – 9 of 9) sorted by relevance
55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()116 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
81 getSourceFileById(uint32_t FileId) const = 0;
77 getSourceFileById(uint32_t FileId) const override;
325 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession326 return Cache.getSourceFileById(FileId); in getSourceFileById()
173 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
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