Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DDbiStream.cpp211 bool DbiStream::hasNewFpoRecords() const { return NewFpoStream != nullptr; } in hasNewFpoRecords()
321 NewFpoStream = std::move(FS); in initializeNewFpoRecords()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiStream.h130 std::unique_ptr<msf::MappedBlockStream> NewFpoStream; variable