Home
last modified time | relevance | path

Searched refs:NewFpoStream (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h132 std::unique_ptr<msf::MappedBlockStream> NewFpoStream; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp209 bool DbiStream::hasNewFpoRecords() const { return NewFpoStream != nullptr; } in hasNewFpoRecords()
319 NewFpoStream = std::move(FS); in initializeNewFpoRecords()