Searched refs:getRawSymbol (Results 1 – 3 of 3) sorted by relevance
86 const IPDBRawSymbol &getRawSymbol() const { return *RawSymbol; } in getRawSymbol() function87 IPDBRawSymbol &getRawSymbol() { return *RawSymbol; } in getRawSymbol() function
182 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in findLineNumbers()213 DiaCompiland = static_cast<const DIARawSymbol &>(Compiland->getRawSymbol()) in findSourceFiles()266 static_cast<const DIARawSymbol &>(Compiland.getRawSymbol()); in getSourceFilesForCompiland()
81 PDB_MemberAccess Access = Child->getRawSymbol().getAccess(); in start()