Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp70 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reload()
92 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModStream.h50 codeview::StreamRef GlobalRefsSubstream; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h78 BinarySubstreamRef GlobalRefsSubstream; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DModStream.cpp59 if (auto EC = Reader.readStreamRef(GlobalRefsSubstream, GlobalRefsSize)) in reload()