Home
last modified time | relevance | path

Searched refs:createCommonVFS (Results 1 – 3 of 3) sorted by relevance

/bionic/tools/versioner/src/
DVFS.h25 llvm::IntrusiveRefCntPtr<llvm::vfs::FileSystem> createCommonVFS(const std::string& header_dir,
DVFS.cpp68 llvm::IntrusiveRefCntPtr<FileSystem> createCommonVFS(const std::string& header_dir, in createCommonVFS() function
Dversioner.cpp191 auto vfs = createCommonVFS(location.header_path, location.dependency_dir, add_include); in compileHeaders()