Lines Matching defs:ExePath
42 StringRef ExePath) {
49 *COFF, W, ExePath);
58 W, ExePath);
98 SmallString<128> ExePath(Path);
99 llvm::sys::path::replace_extension(ExePath, Extension);
102 if (Error Err = loadDataForEXE(PDB_ReaderType::Native, ExePath, Session)) {
107 Expected<std::string> PdbPathOrErr = NativeSession::searchForPdb({ExePath});
116 return std::string(ExePath);
138 MemoryBufferRef Buffer, StringRef ExePath) {
143 if (!ExePath.empty())
144 return handleObject(Readers, Filename, Buffer.getBuffer(), ExePath);
176 return handleObject(Readers, Filename, Buffer.getBuffer(), ExePath);
201 StringRef ExePath) {
213 return handleBuffer(Readers, ConvertedPath, *Buffer, ExePath);
261 StringRef Buffer, StringRef ExePath) {
274 return createReader(Filename, Readers, Input, FileFormatName, ExePath);