Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiStream.h48 uint16_t getGlobalSymbolStreamIndex() const;
/external/llvm-project/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/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp265 safelyCreateIndexedStream(DbiS->getGlobalSymbolStreamIndex()); in getPDBGlobalsStream()
424 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
DDbiStream.cpp158 uint16_t DbiStream::getGlobalSymbolStreamIndex() const { in getGlobalSymbolStreamIndex() function in DbiStream
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DPDBFile.cpp264 safelyCreateIndexedStream(DbiS->getGlobalSymbolStreamIndex()); in getPDBGlobalsStream()
423 return DbiS->getGlobalSymbolStreamIndex() < getNumStreams(); in hasPDBGlobalsStream()
DDbiStream.cpp158 uint16_t DbiStream::getGlobalSymbolStreamIndex() const { in getGlobalSymbolStreamIndex() function in DbiStream
/external/llvm-project/llvm/tools/llvm-pdbutil/
DStreamUtil.cpp110 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()