/external/llvm-project/clang/lib/Driver/ |
D | Distro.cpp | 23 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()
|
D | DarwinSDKInfo.cpp | 19 driver::parseDarwinSDKInfo(llvm::vfs::FileSystem &VFS, StringRef SDKRootPath) { in parseDarwinSDKInfo()
|
/external/llvm-project/llvm/tools/dsymutil/ |
D | BinaryHolder.h | 42 : VFS(VFS), Verbose(Verbose) {} in VFS() argument 141 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
|
D | BinaryHolder.cpp | 44 Error BinaryHolder::ArchiveEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load() 89 Error BinaryHolder::ObjectEntry::load(IntrusiveRefCntPtr<vfs::FileSystem> VFS, in load()
|
D | MachODebugMapParser.cpp | 26 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/ |
D | SanitizerSpecialCaseList.cpp | 19 llvm::vfs::FileSystem &VFS, in create() 32 llvm::vfs::FileSystem &VFS) { in createOrDie()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | Compiler.cpp | 51 auto VFS = Inputs.TFS->view(Inputs.CompileCommand.Directory); in buildCompilerInvocation() local 100 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in prepareCompilerInstance()
|
D | HeaderSourceSwitch.cpp | 21 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in getCorrespondingHeaderOrSource()
|
D | Preamble.cpp | 342 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/ |
D | DependencyScannerTest.cpp | 83 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/ |
D | PrecompiledPreamble.cpp | 59 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()
|
D | CreateInvocationFromCommandLine.cpp | 29 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, bool ShouldRecoverOnErorrs, in createInvocationFromCommandLine()
|
D | ASTUnit.cpp | 160 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/ |
D | FileCollectorTest.cpp | 176 auto VFS = in TEST() local 271 auto VFS = in TEST() local
|
/external/llvm-project/clang/unittests/Lex/ |
D | HeaderSearchTest.cpp | 48 IntrusiveRefCntPtr<llvm::vfs::InMemoryFileSystem> VFS; member in clang::__anonb36fbc040111::HeaderSearchTest
|
/external/llvm-project/clang-tools-extra/clang-tidy/ |
D | ClangTidyOptions.cpp | 233 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in FileOptionsBaseProvider() 292 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) in FileOptionsProvider()
|
/external/llvm-project/clang/unittests/Frontend/ |
D | PCHPreambleTest.cpp | 49 IntrusiveRefCntPtr<ReadCountingInMemoryFileSystem> VFS; member in __anon8498817f0111::PCHPreambleTest
|
/external/llvm-project/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | SpecialCaseList.cpp | 100 vfs::FileSystem &VFS, std::string &Error) { in createInternal()
|
/external/llvm-project/clang/lib/Tooling/ |
D | Tooling.cpp | 78 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) { in newDriver() 184 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, in runToolOnCodeWithArgs()
|
/external/clang/include/clang/Driver/ |
D | Driver.h | 71 IntrusiveRefCntPtr<vfs::FileSystem> VFS; variable
|
/external/llvm-project/clang-tools-extra/clangd/unittests/ |
D | HeadersTests.cpp | 56 auto VFS = PI.TFS->view(Cmd->Directory); in setupClang() local
|
/external/llvm-project/clang/include/clang/Driver/ |
D | Driver.h | 62 IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS; variable
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | Gnu.cpp | 953 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/ |
D | ASTUnit.cpp | 673 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
|