Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DELF.h77 bool checkMagic() const { in checkMagic() function
101 bool checkMagic() const { in checkMagic() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DELF.h78 bool checkMagic() const { in checkMagic() function
102 bool checkMagic() const { in checkMagic() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h77 bool checkMagic() const { in checkMagic() function
103 bool checkMagic() const { in checkMagic() function
/external/llvm/include/llvm/Support/
DELF.h78 bool checkMagic() const { in checkMagic() function
102 bool checkMagic() const { in checkMagic() function
/external/llvm/include/llvm/Object/
DELFTypes.h487 bool checkMagic() const {
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DELFTypes.h470 bool checkMagic() const {
/external/swiftshader/third_party/LLVM/lib/Object/
DELFObjectFile.cpp282 bool checkMagic() const { in checkMagic() function
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp366 if(!elfHeader->checkMagic()) in loadImage()