Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lld/COFF/
H A DInputFiles.cpp878 std::unique_ptr<pdb::IPDBSession> thisSession; in parse() local
880 MemoryBuffer::getMemBuffer(mb, false), thisSession); in parse()
887 session.reset(static_cast<pdb::NativeSession *>(thisSession.release())); in parse()