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

/external/llvm/include/llvm/Support/
H A DFileSystem.h181 /// file_magic - An "enum class" enumeration of file types based on magic (the first
183 struct file_magic { struct in namespace:llvm::sys::fs
210 file_magic() : v_(unknown) {} function in struct:llvm::sys::fs::file_magic
211 file_magic(_ v) : v_(v) {} function in struct:llvm::sys::fs::file_magic
212 explicit file_magic(int v) : v_(_(v)) {} function in struct:llvm::sys::fs::file_magic
532 file_magic identify_magic(StringRef magic);
540 error_code identify_magic(const Twine &path, file_magic &result);

Completed in 113 milliseconds