Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dmacho2yaml.cpp226 RebaseOp.Imm = *OpCode & MachO::REBASE_IMMEDIATE_MASK; in dumpRebaseOpcodes()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dmacho2yaml.cpp253 RebaseOp.Imm = *OpCode & MachO::REBASE_IMMEDIATE_MASK; in dumpRebaseOpcodes()
/external/llvm/include/llvm/Support/
DMachO.h232 REBASE_IMMEDIATE_MASK = 0x0Fu enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMachO.h232 REBASE_IMMEDIATE_MASK = 0x0Fu enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DMachO.h230 enum { REBASE_OPCODE_MASK = 0xF0u, REBASE_IMMEDIATE_MASK = 0x0Fu }; enumerator
/external/llvm/lib/Object/
DMachOObjectFile.cpp1544 uint8_t ImmValue = Byte & MachO::REBASE_IMMEDIATE_MASK; in moveNext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DMachOObjectFile.cpp3070 uint8_t ImmValue = Byte & MachO::REBASE_IMMEDIATE_MASK; in moveNext()