Home
last modified time | relevance | path

Searched refs:getDiaSymbol (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp187 Session->findLines(RawCompiland.getDiaSymbol(), RawFile.getDiaFile(), in findLineNumbers()
214 .getDiaSymbol(); in findSourceFiles()
268 Session->findFile(RawSymbol.getDiaSymbol(), nullptr, nsNone, &Files)) in getSourceFilesForCompiland()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h25 CComPtr<IDiaSymbol> getDiaSymbol() const { return Symbol; } in getDiaSymbol() function