Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DModuleDebugStream.cpp73 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reload()
100 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DModuleDebugStream.h83 BinarySubstreamRef GlobalRefsSubstream; variable