Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp84 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
107 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h84 BinarySubstreamRef GlobalRefsSubstream; variable