Home
last modified time | relevance | path

Searched refs:GlobalSymbolStreamIndex (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h127 support::ulittle16_t GlobalSymbolStreamIndex; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp311 else if (Offset < endof(DbiStreamHeader, GlobalSymbolStreamIndex)) in explainDbiHeaderOffset()
313 uint16_t(Header->GlobalSymbolStreamIndex)); in explainDbiHeaderOffset()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp157 return Header->GlobalSymbolStreamIndex; in getGlobalSymbolStreamIndex()
H A DDbiStreamBuilder.cpp282 H->GlobalSymbolStreamIndex = GlobalsStreamIndex; in finalize()