/external/llvm-project/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress() 116 auto SourceFile = Session->getSourceFileById(Line->getSourceFileId()); in getInliningInfoForAddress()
|
/external/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 63 getSourceFileById(uint32_t FileId) const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/Raw/ |
D | RawSession.h | 62 getSourceFileById(uint32_t FileId) const override;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 74 getSourceFileById(uint32_t FileId) const = 0;
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 57 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 77 getSourceFileById(uint32_t FileId) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 77 getSourceFileById(uint32_t FileId) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 81 getSourceFileById(uint32_t FileId) const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 82 getSourceFileById(uint32_t FileId) const = 0;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBContext.cpp | 55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
|
/external/llvm/lib/DebugInfo/PDB/Raw/ |
D | RawSession.cpp | 140 RawSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in RawSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 85 getSourceFileById(uint32_t FileId) const override;
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 93 getSourceFileById(uint32_t FileId) const override;
|
D | SymbolCache.h | 188 std::unique_ptr<IPDBSourceFile> getSourceFileById(SymIndexId FileId) const;
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeInlineSiteSymbol.cpp | 173 auto SrcFile = Session.getSymbolCache().getSourceFileById(SrcFileId); in findInlineeLinesByVA()
|
D | NativeSession.cpp | 325 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession 326 return Cache.getSourceFileById(FileId); in getSourceFileById()
|
D | SymbolCache.cpp | 604 SymbolCache::getSourceFileById(SymIndexId FileId) const { in getSourceFileById() function in SymbolCache
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 181 NativeSession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in NativeSession
|
/external/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 275 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
|
/external/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 73 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById() function in __anonddbf8f8c0111::MockSession
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 354 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
|
/external/llvm-project/llvm/unittests/DebugInfo/PDB/ |
D | PDBApiTest.cpp | 74 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById() function in __anon3ef83b7a0111::MockSession
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/PDB/ |
D | PDBASTParser.cpp | 198 auto src_file_up = symbol.getSession().getSourceFileById(src_file_id); in GetDeclarationForSymbol()
|
D | SymbolFilePDB.cpp | 973 auto src_file = m_session_up->getSourceFileById(src_file_id); in ParseVariableForPDBData()
|