Home
last modified time | relevance | path

Searched refs:getGlobalSymbolStreamIndex (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h48 uint16_t getGlobalSymbolStreamIndex() const;
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DDbiStream.h71 uint16_t getGlobalSymbolStreamIndex() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp263 ContainerLayout, *Buffer, DbiS->getGlobalSymbolStreamIndex()); in getPDBGlobalsStream()
413 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
DDbiStream.cpp157 uint16_t DbiStream::getGlobalSymbolStreamIndex() const { in getGlobalSymbolStreamIndex() function in DbiStream
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp111 else if (Dbi && StreamIdx == Dbi->getGlobalSymbolStreamIndex()) in discoverStreamPurposes()
/external/llvm/lib/DebugInfo/PDB/Raw/
DDbiStream.cpp203 uint16_t DbiStream::getGlobalSymbolStreamIndex() const { in getGlobalSymbolStreamIndex() function in DbiStream
/external/llvm/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp156 else if (Dbi && StreamIdx == Dbi->getGlobalSymbolStreamIndex()) in dumpStreamSummary()
447 P.printNumber("Global Symbol Stream Index", DS->getGlobalSymbolStreamIndex()); in dumpDbiStream()