Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DMagic.h20 struct file_magic { struct
21 enum Impl {
57 file_magic() = default; argument
58 file_magic(Impl V) : V(V) {} in file_magic() argument
66 file_magic identify_magic(StringRef magic); argument
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DMagic.h20 struct file_magic { struct
21 enum Impl {
57 file_magic() = default; argument
58 file_magic(Impl V) : V(V) {} in file_magic() function
66 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() function
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() function
276 operator Impl() const { return V; } in Impl()