Home
last modified time | relevance | path

Searched defs:VFS (Results 1 – 25 of 40) sorted by relevance

12

/external/llvm-project/clang/lib/Driver/
DDistro.cpp23 static Distro::DistroType DetectOsRelease(llvm::vfs::FileSystem &VFS) { in DetectOsRelease()
50 static Distro::DistroType DetectLsbRelease(llvm::vfs::FileSystem &VFS) { in DetectLsbRelease()
95 static Distro::DistroType DetectDistro(llvm::vfs::FileSystem &VFS) { in DetectDistro()
206 static Distro::DistroType GetDistro(llvm::vfs::FileSystem &VFS, in GetDistro()
235 Distro::Distro(llvm::vfs::FileSystem &VFS, const llvm::Triple &TargetOrHost) in Distro()
DDarwinSDKInfo.cpp19 driver::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
/external/llvm-project/llvm/tools/dsymutil/
DBinaryHolder.h42 : VFS(VFS), Verbose(Verbose) {} in VFS() argument
141 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
DBinaryHolder.cpp44 Error BinaryHolder::ArchiveEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
89 Error BinaryHolder::ObjectEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
DMachODebugMapParser.cpp26 MachODebugMapParser(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in MachODebugMapParser()
588 parseDebugMap(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in parseDebugMap()
600 bool dumpStab(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in dumpStab()
/external/llvm-project/clang/lib/Basic/
DSanitizerSpecialCaseList.cpp19 llvm::vfs::FileSystem &VFS, in create()
32 llvm::vfs::FileSystem &VFS) { in createOrDie()
/external/llvm-project/clang-tools-extra/clangd/
DCompiler.cpp51 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in buildCompilerInvocation() local
100 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in prepareCompilerInstance()
DHeaderSourceSwitch.cpp21 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in getCorrespondingHeaderOrSource()
DPreamble.cpp342 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in buildPreamble() local
378 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in isPreambleCompatible() local
/external/llvm-project/clang/unittests/Tooling/
DDependencyScannerTest.cpp83 auto VFS = new llvm::vfs::InMemoryFileSystem(); in TEST() local
132 auto VFS = new llvm::vfs::InMemoryFileSystem(); in TEST() local
174 auto VFS = new llvm::vfs::InMemoryFileSystem(); in TEST() local
/external/llvm-project/clang/lib/Frontend/
DPrecompiledPreamble.cpp59 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in createVFSOverlayForPreamblePCH()
315 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in Build()
615 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in AddImplicitPreamble()
622 CompilerInvocation &CI, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in OverridePreamble()
801 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS, in configurePreamble()
822 IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) { in setupPreambleStorage()
DCreateInvocationFromCommandLine.cpp29 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool ShouldRecoverOnErorrs, in createInvocationFromCommandLine()
DASTUnit.cpp160 llvm::vfs::FileSystem *VFS, in getBufferForFileHandlingRemapping()
779 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in LoadFromASTFile() local
1102 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Parse()
1307 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool AllowRebuild, in getMainBufferWithPrecompiledPreamble()
1499 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in create() local
1661 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCompilerInvocation()
1741 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in LoadFromCommandLine()
1828 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in Reparse()
2272 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS = in CodeComplete() local
/external/llvm-project/llvm/unittests/Support/
DFileCollectorTest.cpp176 auto VFS = in TEST() local
271 auto VFS = in TEST() local
/external/llvm-project/clang/unittests/Lex/
DHeaderSearchTest.cpp48 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; member in clang::__anonb36fbc040111::HeaderSearchTest
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyOptions.cpp233 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in FileOptionsBaseProvider()
292 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in FileOptionsProvider()
/external/llvm-project/clang/unittests/Frontend/
DPCHPreambleTest.cpp49 IntrusiveRefCntPtr<ReadCountingInMemoryFileSystem> VFS; member in __anon8498817f0111::PCHPreambleTest
/external/llvm-project/llvm/lib/Support/
DSpecialCaseList.cpp100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DSpecialCaseList.cpp100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
/external/llvm-project/clang/lib/Tooling/
DTooling.cpp78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver()
184 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
/external/clang/include/clang/Driver/
DDriver.h71 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
/external/llvm-project/clang-tools-extra/clangd/unittests/
DHeadersTests.cpp56 auto VFS = PI.TFS->view(Cmd->Directory); in setupClang() local
/external/llvm-project/clang/include/clang/Driver/
DDriver.h62 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
/external/llvm-project/clang/lib/Driver/ToolChains/
DGnu.cpp953 llvm::vfs::FileSystem &VFS; member in __anon7038c7190111::FilterNonExistent
956 FilterNonExistent(StringRef Base, StringRef File, llvm::vfs::FileSystem &VFS) in FilterNonExistent()
1092 static bool findMipsAndroidMultilibs(llvm::vfs::FileSystem &VFS, StringRef Path, in findMipsAndroidMultilibs()
1946 auto &VFS = D.getVFS(); in init() local
/external/clang/lib/Frontend/
DASTUnit.cpp673 IntrusiveRefCntPtr<vfs::FileSystem> VFS = vfs::getRealFileSystem(); in LoadFromASTFile() local
1561 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in getMainBufferWithPrecompiledPreamble() local
1719 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in create() local
1990 IntrusiveRefCntPtr<vfs::FileSystem> VFS = in LoadFromCommandLine() local

12