Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DMagic.cpp35 file_magic llvm::identify_magic(StringRef Magic) { in identify_magic() function in llvm
208 std::error_code llvm::identify_magic(const Twine &Path, file_magic &Result) { in identify_magic() function in llvm
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DPath.cpp989 file_magic identify_magic(StringRef Magic) { in identify_magic() function
1140 std::error_code identify_magic(const Twine &Path, file_magic &Result) { in identify_magic() function
/external/llvm/lib/Support/
DPath.cpp982 file_magic identify_magic(StringRef Magic) { in identify_magic() function
1143 std::error_code identify_magic(const Twine &Path, file_magic &Result) { in identify_magic() function
/external/swiftshader/third_party/LLVM/lib/Support/
DPathV2.cpp741 error_code identify_magic(const Twine &path, LLVMFileType &result) { in identify_magic() function