Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DARMBuildAttributes.h91 Format_Version = 0x41 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMBuildAttributes.h91 Format_Version = 0x41 enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DELFObjectFile.h380 if (Contents[0] != ARMBuildAttrs::Format_Version || Contents.size() == 1) in getBuildAttributes()