Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp225 static_cast<MachO::RebaseOpcode>(*OpCode & MachO::REBASE_OPCODE_MASK); in dumpRebaseOpcodes()
/external/llvm/include/llvm/Support/
DMachO.h231 REBASE_OPCODE_MASK = 0xF0u, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h231 REBASE_OPCODE_MASK = 0xF0u, enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp1545 uint8_t Opcode = Byte & MachO::REBASE_OPCODE_MASK; in moveNext()