Searched refs:ExePath (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.cpp | 42 StringRef ExePath) { in createReader() argument 49 *COFF, W, ExePath); in createReader() 58 W, ExePath); in createReader() 98 SmallString<128> ExePath(Path); in searchForExe() local 99 llvm::sys::path::replace_extension(ExePath, Extension); in searchForExe() 102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) { in searchForExe() 107 Expected<std::string> PdbPathOrErr = NativeSession::searchForPdb({ExePath}); in searchForExe() 116 return std::string(ExePath); in searchForExe() 138 MemoryBufferRef Buffer, StringRef ExePath) { in handleBuffer() argument 143 if (!ExePath.empty()) in handleBuffer() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/ |
H A D | LVReaderHandler.h | 54 MemoryBufferRef Buffer, StringRef ExePath = {}); 56 StringRef ExePath = {}); 62 StringRef ExePath); 65 StringRef FileFormatName, StringRef ExePath = {});
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.h | 114 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 D | NativeSession.cpp | 132 static Expected<std::string> getPdbPathFromExe(StringRef ExePath) { in getPdbPathFromExe() argument 134 object::createBinary(ExePath); in getPdbPathFromExe() 151 Error NativeSession::createFromExe(StringRef ExePath, in createFromExe() argument 153 Expected<std::string> PdbPath = getPdbPathFromExe(ExePath); in createFromExe() 175 Expected<std::string> PathOrErr = getPdbPathFromExe(Opts.ExePath); in searchForPdb() 185 SmallString<128> PdbPath = StringRef(Opts.ExePath); in searchForPdb()
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVCodeViewReader.cpp | 908 if (!ExePath.empty()) { in createScopes() 910 MemoryBuffer::getFileOrSTDIN(ExePath); in createScopes() 913 "File '%s' does not exist.", ExePath.c_str()); in createScopes() 927 ExePath.c_str()); in createScopes() 1163 W.printString("Exe", ExePath); in createScopes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | NativeSession.h | 34 StringRef ExePath; member
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 360 ObjectFile *LLVMSymbolizer::lookUpDsymFile(const std::string &ExePath, in lookUpDsymFile() argument 366 StringRef Filename = sys::path::filename(ExePath); in lookUpDsymFile() 368 getDarwinDWARFResourceForPath(ExePath, std::string(Filename))); in lookUpDsymFile()
|