Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h30 struct ELFRelocationEntry { struct
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument
44 void print(raw_ostream &Out) const { in print()
50 void dump() const { print(errs()); } in dump()