Home
last modified time | relevance | path

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

/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp31 return RawSession::createFromPdb(Path, Session); in loadDataForPDB()
34 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDB.cpp33 return NativeSession::createFromPdb(std::move(*ErrorOrBuffer), Session); in loadDataForPDB()
37 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDB.cpp30 return DIASession::createFromPdb(Path, Session); in loadDataForPDB()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h27 static Error createFromPdb(StringRef Path,
/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DRawSession.h26 static Error createFromPdb(StringRef Path,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h26 static Error createFromPdb(StringRef Path,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIASession.h26 static Error createFromPdb(StringRef Path,
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp48 Error RawSession::createFromPdb(StringRef Path, in createFromPdb() function in RawSession
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h34 static Error createFromPdb(std::unique_ptr<MemoryBuffer> MB,
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeSession.h39 static Error createFromPdb(std::unique_ptr<MemoryBuffer> MB,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp59 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb() function in NativeSession
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp80 Error DIASession::createFromPdb(StringRef Path, in createFromPdb() function in DIASession
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp87 Error DIASession::createFromPdb(StringRef Path, in createFromPdb() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp87 Error DIASession::createFromPdb(StringRef Path, in createFromPdb() function in DIASession
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp64 Error NativeSession::createFromPdb(std::unique_ptr<MemoryBuffer> Buffer, in createFromPdb() function in NativeSession
/external/llvm-project/lld/COFF/
DInputFiles.cpp909 loadErr.emplace(pdb::NativeSession::createFromPdb( in parse()