Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h42 getSourceFileById(uint32_t FileId) const override;
/external/llvm/include/llvm/DebugInfo/PDB/
DIPDBSession.h55 getSourceFileById(uint32_t FileId) const = 0;
/external/llvm/lib/DebugInfo/PDB/
DPDBContext.cpp55 auto SourceFile = Session->getSourceFileById(LineInfo->getSourceFileId()); in getLineInfoForAddress()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp191 DIASession::getSourceFileById(uint32_t FileId) const { in getSourceFileById() function in DIASession
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp72 getSourceFileById(uint32_t SymbolId) const override { in getSourceFileById() function in __anon767b75250111::MockSession