Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h68 void setSymbolRecordStreamIndex(uint32_t Index);
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DPDBFileBuilder.cpp152 Dbi->setSymbolRecordStreamIndex(Gsi->getRecordStreamIndex()); in finalizeMsfLayout()
H A DDbiStreamBuilder.cpp65 void DbiStreamBuilder::setSymbolRecordStreamIndex(uint32_t Index) { in setSymbolRecordStreamIndex() function in DbiStreamBuilder