Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp34 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB()
38 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h27 static Error createFromPdb(StringRef Path,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h35 static Error createFromPdb(std::unique_ptr<MemoryBuffer> MB,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp59 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb() function in NativeSession
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp96 Error DIASession::createFromPdb(StringRef Path, in createFromPdb() function in DIASession
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DPDB.cpp530 if (auto EC = pdb::NativeSession::createFromPdb( in tryToLoadPDB()