Searched refs:BIND_OPCODE_MASK (Results 1 - 4 of 4) sorted by relevance

/external/llvm/tools/obj2yaml/
H A Dmacho2yaml.cpp272 static_cast<MachO::BindOpcode>(*OpCode & MachO::BIND_OPCODE_MASK);
/external/llvm/lib/Object/
H A DMachOObjectFile.cpp1716 uint8_t Opcode = Byte & MachO::BIND_OPCODE_MASK;
1754 SignExtended = MachO::BIND_OPCODE_MASK | ImmValue;
/external/llvm/include/llvm/Support/
H A DMachO.h263 BIND_OPCODE_MASK = 0xF0u, enumerator in enum:llvm::MachO::__anon12511
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMachO.h263 BIND_OPCODE_MASK = 0xF0u, enumerator in enum:llvm::MachO::__anon20557

Completed in 117 milliseconds