HomeSort by relevance Sort by last modified time
    Searched defs:ELFRelocationEntry (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/MC/
MCELFObjectWriter.h 31 struct ELFRelocationEntry {
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
88 std::vector<ELFRelocationEntry> &Relocs);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCELFObjectWriter.h 31 struct ELFRelocationEntry {
39 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
91 std::vector<ELFRelocationEntry> &Relocs);
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 84 struct ELFRelocationEntry {
92 ELFRelocationEntry()
95 ELFRelocationEntry(uint64_t RelocOffset, int Idx,
102 bool operator<(const ELFRelocationEntry &RE) const {
115 std::vector<ELFRelocationEntry> > Relocations;

Completed in 104 milliseconds