Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStreamBuilder.h67 void setSymbolRecordStreamIndex(uint32_t Index);
/openbsd-src/gnu/llvm/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