Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMagic.h21 struct file_magic { struct
22 enum Impl {
54 file_magic() = default; argument
55 file_magic(Impl V) : V(V) {} in file_magic() function
63 file_magic identify_magic(StringRef magic); argument
/external/llvm/include/llvm/Support/
DFileSystem.h239 struct file_magic { struct
240 enum Impl {
271 file_magic() : V(unknown) {} in file_magic() argument
272 file_magic(Impl V) : V(V) {} in file_magic() argument
273 operator Impl() const { return V; } in Impl()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h240 struct file_magic { struct
241 enum Impl {
274 file_magic() : V(unknown) {} in file_magic() function
275 file_magic(Impl V) : V(V) {} in file_magic() argument
276 operator Impl() const { return V; } in Impl()