Searched defs:file_magic (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DFileSystem.h222 /// file_magic - An "enum class" enumeration of file types based on magic (the first
224 struct file_magic { struct in namespace:llvm::sys::fs
254 file_magic() : V(unknown) {} function in struct:llvm::sys::fs::file_magic
255 file_magic(Impl V) : V(V) {} function in struct:llvm::sys::fs::file_magic
614 file_magic identify_magic(StringRef magic);
619 /// @param result Set to the type of file, or file_magic::unknown.
622 std::error_code identify_magic(const Twine &path, file_magic &result);

Completed in 351 milliseconds