Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DExplainOutputStyle.h46 Optional<uint32_t> getPdbBlockStreamIndex() const;
DExplainOutputStyle.cpp59 else if (auto Index = getPdbBlockStreamIndex()) in explainPdbFile()
125 Optional<uint32_t> ExplainOutputStyle::getPdbBlockStreamIndex() const { in getPdbBlockStreamIndex() function in ExplainOutputStyle