Searched refs:createFromPdb (Results 1 – 6 of 6) sorted by relevance
34 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB()38 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
27 static Error createFromPdb(StringRef Path,
35 static Error createFromPdb(std::unique_ptr<MemoryBuffer> MB,
59 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb() function in NativeSession
96 Error DIASession::createFromPdb(StringRef Path, in createFromPdb() function in DIASession
530 if (auto EC = pdb::NativeSession::createFromPdb( in tryToLoadPDB()