Home
last modified time | relevance | path

Searched refs:ExpectedSyms (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/llvm/tools/llvm-pdbutil/
DYAMLOutputStyle.cpp345 auto ExpectedSyms = File.getPDBSymbolStream(); in dumpPublics() local
346 if (!ExpectedSyms) { in dumpPublics()
347 llvm::consumeError(ExpectedSyms.takeError()); in dumpPublics()
352 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in dumpPublics()
DDumpOutputStyle.cpp1787 auto ExpectedSyms = getPdb().getPDBSymbolStream(); in dumpSymbolsFromGSI() local
1788 if (!ExpectedSyms) in dumpSymbolsFromGSI()
1789 return ExpectedSyms.takeError(); in dumpSymbolsFromGSI()
1813 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in dumpSymbolsFromGSI()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DSymbolCache.cpp388 auto ExpectedSyms = Session.getPDBFile().getPDBSymbolStream(); in findPublicSymbolBySectOffset() local
389 if (!ExpectedSyms) in findPublicSymbolBySectOffset()
392 ExpectedSyms->getSymbolArray().getUnderlyingStream(); in findPublicSymbolBySectOffset()