Lines Matching refs:Path
42 loadLinkableFile(StringRef Path, const Triple &TT, LoadArchives LA, in loadLinkableFile() argument
45 IdentifierOverride = Path; in loadLinkableFile()
48 sys::fs::openNativeFileForRead(Path, sys::fs::OF_None); in loadLinkableFile()
50 return createFileError(Path, FDOrErr.takeError()); in loadLinkableFile()
58 StringRef("Could not load object at path ") + Path, Buf.getError()); in loadLinkableFile()
69 Path + " does not contain a relocatable object file", in loadLinkableFile()
73 return make_error<StringError>(Path + " does not contain an archive", in loadLinkableFile()
86 return make_error<StringError>(Path + " does not contain an archive", in loadLinkableFile()
99 return make_error<StringError>(Path + " does not contain an archive", in loadLinkableFile()
113 FD, std::move(*Buf), TT, LA, Path, *IdentifierOverride); in loadLinkableFile()
129 Path + in loadLinkableFile()