Lines Matching defs:ExePath
41 StringRef ExePath) {
48 *COFF, W, ExePath);
57 W, ExePath);
100 SmallString<128> ExePath(Path);
101 llvm::sys::path::replace_extension(ExePath, Extension);
104 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) {
109 Expected<std::string> PdbPathOrErr = NativeSession::searchForPdb({ExePath});
118 return std::string(ExePath);
140 MemoryBufferRef Buffer, StringRef ExePath) {
145 if (!ExePath.empty())
146 return handleObject(Readers, Filename, Buffer.getBuffer(), ExePath);
178 return handleObject(Readers, Filename, Buffer.getBuffer(), ExePath);
203 StringRef ExePath) {
215 return handleBuffer(Readers, ConvertedPath, *Buffer, ExePath);
263 StringRef Buffer, StringRef ExePath) {
276 return createReader(Filename, Readers, Input, FileFormatName, ExePath);