Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.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() argument
45 void print(raw_ostream &Out) const { in print()
50 void dump() const { print(errs()); } in dump()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.h84 struct ELFRelocationEntry { struct
92 ELFRelocationEntry() in ELFRelocationEntry() argument
95 ELFRelocationEntry(uint64_t RelocOffset, int Idx, in ELFRelocationEntry() function