Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h129 std::unique_ptr<msf::MappedBlockStream> OldFpoStream; variable
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp203 bool DbiStream::hasOldFpoRecords() const { return OldFpoStream != nullptr; } in hasOldFpoRecords()
302 OldFpoStream = std::move(FS); in initializeOldFpoRecords()