Home
last modified time | relevance | path

Searched refs:has_magic (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DPathV1.h319 LLVM_PATH_DEPRECATED_MSG(fs::has_magic));
DFileSystem.h445 error_code has_magic(const Twine &path, const Twine &magic, bool &result);
/external/llvm/unittests/Support/
DPath.cpp310 ASSERT_NO_ERROR(fs::has_magic(file_pathname.c_str(), magic, res)); in TEST_F()
/external/llvm/lib/Support/
DPathV2.cpp727 error_code has_magic(const Twine &path, const Twine &magic, bool &result) { in has_magic() function