Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
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()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCELFObjectWriter.h31 struct ELFRelocationEntry { struct
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() argument
45 void print(raw_ostream &Out) const { in print()
51 void dump() const { print(errs()); } in dump()
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h31 struct ELFRelocationEntry { struct
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, in ELFRelocationEntry() function
45 void print(raw_ostream &Out) const { in print()
50 void dump() const { print(errs()); } in dump()