Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Support/
DPath.cpp232 std::string actualMagic; in hasMagicNumber() local
233 if (getMagicNumber(actualMagic, static_cast<unsigned>(Magic.size()))) in hasMagicNumber()
234 return Magic == actualMagic; in hasMagicNumber()