Home
last modified time | relevance | path

Searched defs:coff_base_reloc_block_entry (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/Object/
DCOFF.h616 struct coff_base_reloc_block_entry { struct
617 support::ulittle16_t Data;
618 int getType() const { return Data >> 12; } in getType()
619 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h709 struct coff_base_reloc_block_entry { struct
710 support::ulittle16_t Data;
712 int getType() const { return Data >> 12; } in getType()
713 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()