Home
last modified time | relevance | path

Searched refs:getPDBGlobalsStream (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DPDBFile.h97 Expected<GlobalsStream &> getPDBGlobalsStream();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp256 Expected<GlobalsStream &> PDBFile::getPDBGlobalsStream() { in getPDBGlobalsStream() function in PDBFile
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DDumpOutputStyle.cpp735 auto ExpGlobals = getPdb().getPDBGlobalsStream(); in dumpUdtStats()
1412 auto &Globals = Err(getPdb().getPDBGlobalsStream()); in dumpGlobals()