Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp83 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
106 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h88 BinarySubstreamRef GlobalRefsSubstream; variable