Home
last modified time | relevance | path

Searched defs:vfs (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
DVFS.cpp37 static void addDirectoryToVFS(InMemoryFileSystem* vfs, const std::string& path) { in addDirectoryToVFS()
71 auto vfs = std::make_unique<InMemoryFileSystem>(); in createCommonVFS() local
DDriver.cpp98 static void generateTargetCC1Flags(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in generateTargetCC1Flags()
206 void initializeTargetCC1FlagCache(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in initializeTargetCC1FlagCache()
241 void compileHeader(llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> vfs, in compileHeader()
Dversioner.cpp191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); in compileHeaders() local