Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp84 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
107 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DModuleDebugStream.cpp84 if (auto EC = Reader.readSubstream(GlobalRefsSubstream, GlobalRefsSize)) in reloadSerialize()
107 return GlobalRefsSubstream; in getGlobalRefsSubstream()
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DModStream.h50 codeview::StreamRef GlobalRefsSubstream; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h84 BinarySubstreamRef GlobalRefsSubstream; variable
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DModuleDebugStream.h84 BinarySubstreamRef GlobalRefsSubstream; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DModStream.cpp59 if (auto EC = Reader.readStreamRef(GlobalRefsSubstream, GlobalRefsSize)) in reload()