Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp27 return NativeSession::createFromPdbPath(Path, Session); in loadDataForPDB()
43 return NativeSession::createFromPdbPath(PdbPath.get(), Session); in loadDataForEXE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h41 static Error createFromPdbPath(StringRef PdbPath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp111 Error NativeSession::createFromPdbPath(StringRef PdbPath, in createFromPdbPath() function in NativeSession