Home
last modified time | relevance | path

Searched refs:getSymbolsSubstream (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h47 BinarySubstreamRef getSymbolsSubstream() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp79 BinarySubstreamRef ModuleDebugStreamRef::getSymbolsSubstream() const { in getSymbolsSubstream() function in ModuleDebugStreamRef
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DBytesOutputStyle.cpp391 auto Symbols = Stream.getSymbolsSubstream(); in dumpModuleSyms()
DDumpOutputStyle.cpp1354 auto SS = ModS.getSymbolsSubstream(); in dumpModuleSymsForPdb()