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

/external/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h29 struct ELFRelocationEntry { struct in namespace:llvm
38 ELFRelocationEntry() function in struct:llvm::ELFRelocationEntry
41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType, function in struct:llvm::ELFRelocationEntry
47 bool operator<(const ELFRelocationEntry &RE) const {
94 std::vector<ELFRelocationEntry> &Relocs);

Completed in 154 milliseconds