OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileSystem
(Results
1 - 25
of
65
) sorted by relevancy
1
2
3
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SanitizerSpecialCaseList.h
26
class
FileSystem
;
35
create(const std::vector<std::string> &Paths, llvm::vfs::
FileSystem
&VFS,
40
llvm::vfs::
FileSystem
&VFS);
FileSystemStatCache.h
21
#include "llvm/Support/
FileSystem
.h"
53
FileSystemStatCache *Cache, llvm::vfs::
FileSystem
&FS);
62
llvm::vfs::
FileSystem
&FS) = 0;
83
llvm::vfs::
FileSystem
&FS) override;
FileManager.h
29
#include "llvm/Support/
FileSystem
.h"
54
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS;
135
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS = nullptr);
243
llvm::vfs::
FileSystem
&getVirtualFileSystem() const { return *FS; }
245
void setVirtualFileSystem(IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS) {
/src/external/apache2/llvm/dist/llvm/tools/dsymutil/
Reproducer.h
35
IntrusiveRefCntPtr<vfs::
FileSystem
> getVFS() const { return VFS; }
42
IntrusiveRefCntPtr<vfs::
FileSystem
> VFS;
dsymutil.h
38
parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> VFS,
44
bool dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> VFS,
BinaryHolder.h
41
BinaryHolder(IntrusiveRefCntPtr<vfs::
FileSystem
> VFS, bool Verbose = false)
60
Error load(IntrusiveRefCntPtr<vfs::
FileSystem
> VFS, StringRef Filename,
112
Error load(IntrusiveRefCntPtr<vfs::
FileSystem
> VFS, StringRef Filename,
141
IntrusiveRefCntPtr<vfs::
FileSystem
> VFS;
MachOUtils.h
14
#include "llvm/Support/
FileSystem
.h"
44
bool generateDsymCompanion(llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> VFS,
/src/external/apache2/llvm/dist/clang/include/clang/Driver/
DarwinSDKInfo.h
35
Expected<Optional<DarwinSDKInfo>> parseDarwinSDKInfo(llvm::vfs::
FileSystem
&VFS,
Distro.h
93
explicit Distro(llvm::vfs::
FileSystem
&VFS, const llvm::Triple &TargetOrHost);
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
FileCollector.h
42
IntrusiveRefCntPtr<vfs::
FileSystem
> FS,
110
static IntrusiveRefCntPtr<vfs::
FileSystem
>
111
createCollectorVFS(IntrusiveRefCntPtr<vfs::
FileSystem
> BaseFS,
129
IntrusiveRefCntPtr<vfs::
FileSystem
> FS,
SpecialCaseList.h
66
class
FileSystem
;
74
create(const std::vector<std::string> &Paths, llvm::vfs::
FileSystem
&FS,
83
createOrDie(const std::vector<std::string> &Paths, llvm::vfs::
FileSystem
&FS);
110
vfs::
FileSystem
&VFS, std::string &Error);
VirtualFileSystem.h
10
/// Defines the virtual file system interface vfs::
FileSystem
.
24
#include "llvm/Support/
FileSystem
.h"
195
class
FileSystem
;
210
FileSystem
*FS;
215
recursive_directory_iterator(
FileSystem
&FS, const Twine &Path,
245
class
FileSystem
: public llvm::ThreadSafeRefCountedBase<
FileSystem
> {
247
virtual ~
FileSystem
();
283
/// Is the file mounted on a local
filesystem
?
300
/// Gets an \p vfs::
FileSystem
for the 'real' file system, as seen b
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Basic/
ProfileList.cpp
28
create(const std::vector<std::string> &Paths, llvm::vfs::
FileSystem
&VFS,
33
llvm::vfs::
FileSystem
&VFS);
47
llvm::vfs::
FileSystem
&VFS,
57
llvm::vfs::
FileSystem
&VFS) {
SanitizerSpecialCaseList.cpp
19
llvm::vfs::
FileSystem
&VFS,
32
llvm::vfs::
FileSystem
&VFS) {
FileSystemStatCache.cpp
37
llvm::vfs::
FileSystem
&FS) {
54
// Otherwise, we have to go to the
filesystem
. We can always just use
105
llvm::vfs::
FileSystem
&FS) {
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
PrecompiledPreamble.h
31
class
FileSystem
;
71
/// \param VFS An instance of vfs::
FileSystem
to be used for file
85
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> VFS,
96
/// For on-disk preambles returns 0 if
filesystem
operations fail. Intended to
109
PreambleBounds Bounds, llvm::vfs::
FileSystem
&VFS) const;
120
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> &VFS,
127
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> &VFS,
236
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> &VFS,
245
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> &VFS);
CompilerInvocation.h
40
class
FileSystem
;
283
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
>
287
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> createVFSFromCompilerInvocation(
289
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> BaseFS);
/src/external/apache2/llvm/dist/clang/lib/Tooling/
ExpandResponseFilesCompilationDatabase.cpp
29
llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS)
75
llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS;
82
llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS) {
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
DependencyScanningWorker.h
21
#include "llvm/Support/
FileSystem
.h"
71
llvm::IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> RealFS;
73
/// dependencies. This
filesystem
persists accross multiple compiler
DependencyScanningFilesystem.h
26
/// the dependency scanning
filesystem
.
44
/// The
filesystem
opens the file even for `stat` calls open to avoid the
50
llvm::vfs::
FileSystem
&FS,
53
/// Create an entry that represents a directory on the
filesystem
.
147
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> FS,
/src/external/apache2/llvm/dist/clang/lib/Driver/
DarwinSDKInfo.cpp
19
driver::parseDarwinSDKInfo(llvm::vfs::
FileSystem
&VFS, StringRef SDKRootPath) {
Distro.cpp
23
static Distro::DistroType DetectOsRelease(llvm::vfs::
FileSystem
&VFS) {
51
static Distro::DistroType DetectLsbRelease(llvm::vfs::
FileSystem
&VFS) {
97
static Distro::DistroType DetectDistro(llvm::vfs::
FileSystem
&VFS) {
199
static Distro::DistroType GetDistro(llvm::vfs::
FileSystem
&VFS,
228
Distro::Distro(llvm::vfs::
FileSystem
&VFS, const llvm::Triple &TargetOrHost)
/src/external/apache2/llvm/dist/llvm/lib/Support/
FileCollector.cpp
12
#include "llvm/Support/
FileSystem
.h"
68
// FIXME: Should this be a call to
FileSystem
::getRealpath(), in some
136
IntrusiveRefCntPtr<vfs::
FileSystem
> FS,
255
class FileCollectorFileSystem : public vfs::
FileSystem
{
257
explicit FileCollectorFileSystem(IntrusiveRefCntPtr<vfs::
FileSystem
> FS,
305
IntrusiveRefCntPtr<vfs::
FileSystem
> FS;
311
IntrusiveRefCntPtr<vfs::
FileSystem
>
312
FileCollector::createCollectorVFS(IntrusiveRefCntPtr<vfs::
FileSystem
> BaseFS,
/src/external/apache2/llvm/dist/clang/include/clang/Tooling/
StandaloneExecution.h
39
IntrusiveRefCntPtr<llvm::vfs::
FileSystem
> BaseFS =
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
Yaml.h
24
/// Read the given file from the
filesystem
and parse it as a yaml file. The
33
llvm::vfs::
FileSystem
*FS = llvm::vfs::getRealFileSystem().get();
Completed in 31 milliseconds
1
2
3
Indexes created Thu Aug 06 00:25:04 UTC 2026