Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
HDPDBContext.cpp57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBSession.h81 getSourceFileById(uint32_t FileId) const = 0;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIASession.h77 getSourceFileById(uint32_t FileId) const override;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDNativeSession.h97 getSourceFileById(uint32_t FileId) const override;
HDSymbolCache.h194 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeSession.cpp334 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession
335 return Cache.getSourceFileById(FileId); in getSourceFileById()
HDNativeInlineSiteSymbol.cpp231 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
HDSymbolCache.cpp614 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
/freebsd-14-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASession.cpp354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
HDPDBASTParser.cpp207 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in AddSourceInfoToDecl()
HDSymbolFilePDB.cpp992 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()