Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp123 static Expected<std::string> getPdbPathFromExe(StringRef ExePath) { in getPdbPathFromExe() argument
125 object::createBinary(ExePath); in getPdbPathFromExe()
142 Error NativeSession::createFromExe(StringRef ExePath, in createFromExe() argument
144 Expected<std::string> PdbPath = getPdbPathFromExe(ExePath); in createFromExe()
166 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb()
176 SmallString<128> PdbPath = StringRef(Opts.ExePath); in searchForPdb()
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp395 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument
401 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()
403 getDarwinDWARFResourceForPath(ExePath, std::string(Filename))); in lookUpDsymFile()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h30 StringRef ExePath; member