Searched defs:vfs (Results 1 – 3 of 3) sorted by relevance
37 static void addDirectoryToVFS(InMemoryFileSystem* vfs, const std::string& path) { in addDirectoryToVFS()71 auto vfs = std::make_unique<InMemoryFileSystem>(); in createCommonVFS() local
97 static void generateTargetCC1Flags(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in generateTargetCC1Flags()205 void initializeTargetCC1FlagCache(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in initializeTargetCC1FlagCache()240 void compileHeader(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in compileHeader()
191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); in compileHeaders() local