Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
125 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DIPDBSession.h81 getSourceFileById(uint32_t FileId) const = 0;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h77 getSourceFileById(uint32_t FileId) const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h97 getSourceFileById(uint32_t FileId) const override;
H A DSymbolCache.h194 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp334 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession
335 return Cache.getSourceFileById(FileId); in getSourceFileById()
H A DNativeInlineSiteSymbol.cpp231 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
H A DSymbolCache.cpp614 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp207 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in AddSourceInfoToDecl()
H A DSymbolFilePDB.cpp992 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()