Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h713 struct coff_base_reloc_block_entry { struct
714 support::ulittle16_t Data;
716 int getType() const { return Data >> 12; } in getType()
717 int getOffset() const { return Data & ((1 << 12) - 1); } in getOffset()