Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/
H A DLVReaderHandler.cpp41 StringRef ExePath) { in createReader() argument
48 *COFF, W, ExePath); in createReader()
57 W, ExePath); in createReader()
100 SmallString<128> ExePath(Path); in searchForExe() local
101 llvm::sys::path::replace_extension(ExePath, Extension); in searchForExe()
104 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe()
109 Expected<std::string> PdbPathOrErr = NativeSession::searchForPdb({ExePath}); in searchForExe()
118 return std::string(ExePath); in searchForExe()
140 MemoryBufferRef Buffer, StringRef ExePath) { in handleBuffer() argument
145 if (!ExePath.empty()) in handleBuffer()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h55 MemoryBufferRef Buffer, StringRef ExePath = {});
57 StringRef ExePath = {});
63 StringRef ExePath);
66 StringRef FileFormatName, StringRef ExePath = {});
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h114 std::string ExePath;
194 StringRef ExePath)
196 Input(&Obj), ExePath(ExePath), LogicalVisitor(this, W, Input) {}
198 llvm::pdb::PDBFile &Pdb, ScopedPrinter &W, StringRef ExePath)
200 Input(&Pdb), ExePath(ExePath), LogicalVisitor(this, W, Input) {}
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp130 static Expected<std::string> getPdbPathFromExe(StringRef ExePath) { in getPdbPathFromExe() argument
132 object::createBinary(ExePath); in getPdbPathFromExe()
149 Error NativeSession::createFromExe(StringRef ExePath, in createFromExe() argument
151 Expected<std::string> PdbPath = getPdbPathFromExe(ExePath); in createFromExe()
173 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb()
183 SmallString<128> PdbPath = StringRef(Opts.ExePath); in searchForPdb()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp902 if (!ExePath.empty()) { in createScopes()
904 MemoryBuffer::getFileOrSTDIN(ExePath); in createScopes()
907 "File '%s' does not exist.", ExePath.c_str()); in createScopes()
921 ExePath.c_str()); in createScopes()
1157 W.printString("Exe", ExePath); in createScopes()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSession.h35 StringRef ExePath; member
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp365 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument
371 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile()
373 getDarwinDWARFResourceForPath(ExePath, std::string(Filename))); in lookUpDsymFile()