Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp26 return NativeSession::createFromPdbPath(Path, Session); in loadDataForPDB()
42 return NativeSession::createFromPdbPath(PdbPath.get(), Session); in loadDataForEXE()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DNativeSessionTest.cpp41 Error E = NativeSession::createFromPdbPath(PdbPath.get(), S); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h45 static Error createFromPdbPath(StringRef PdbPath,
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp119 Error NativeSession::createFromPdbPath(StringRef PdbPath, in createFromPdbPath() function in NativeSession