Searched refs:FilePath (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp789 Dyld.setNotifyStubEmitted([&StubMap](StringRef FilePath,
794 (sys::path::filename(FilePath) + "/" + SectionName).str();
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgtest_unittest.cc6444 testdata_path_.Set(internal::FilePath(
6456 internal::FilePath CreateFlagfile(const char* contents) {
6457 internal::FilePath file_path(internal::FilePath::GenerateUniqueFileName(
6458 testdata_path_, internal::FilePath("unique"), "txt"));
6466 internal::FilePath testdata_path_;
6471 internal::FilePath flagfile_path(CreateFlagfile(""));
6491 internal::FilePath flagfile_path(CreateFlagfile(
6512 internal::FilePath flagfile_path(CreateFlagfile(
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DASTUnit.cpp160 StringRef FilePath, bool isVolatile) {
168 auto FileStatus = VFS->status(FilePath);
205 BufferOwner = valueOrNull(VFS->getBufferForFile(FilePath, -1, true, isVolatile));
214 return llvm::MemoryBuffer::getMemBufferCopy(Buffer->getBuffer(), FilePath);
158 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, llvm::vfs::FileSystem *VFS, StringRef FilePath, bool isVolatile) argument
/freebsd-12-stable/stand/efi/include/
H A Defiapi.h339 IN EFI_DEVICE_PATH *FilePath,
381 EFI_DEVICE_PATH *FilePath; member in struct:__anon8948
/freebsd-12-stable/stand/efi/loader/
H A Dmain.c1021 text = efi_devpath_name(boot_img->FilePath);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4217 SmallString<128> FilePath(Path);
4218 PreparePathForOutput(FilePath);
4219 AddString(FilePath, Record);
4224 SmallString<128> FilePath(Path);
4225 PreparePathForOutput(FilePath);
4226 Stream.EmitRecordWithBlob(Abbrev, Record, FilePath);
/freebsd-12-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp735 /// \param[out] FilePath File path, if the file was found.
743 static bool searchForFile(SmallVectorImpl<char> &FilePath, argument
754 FilePath = std::move(WPath);

Completed in 213 milliseconds

123