Home
last modified time | relevance | path

Searched refs:createFromExe (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDB.cpp48 return NativeSession::createFromExe(Path, Session); in loadDataForEXE()
51 return DIASession::createFromExe(Path, Session); in loadDataForEXE()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIASession.h29 static Error createFromExe(StringRef Path,
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h37 static Error createFromExe(StringRef Path,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp78 Error NativeSession::createFromExe(StringRef Path, in createFromExe() function in NativeSession
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp122 Error DIASession::createFromExe(StringRef Path, in createFromExe() function in DIASession