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

  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 34 std::vector<ELFRelocationEntry> &Relocs) {
ELFObjectWriter.cpp 102 llvm::DenseMap<const MCSectionELF *, std::vector<ELFRelocationEntry>>
710 ELFRelocationEntry Rec(FixupOffset, SectionSymbol, Type, Addend, SymA,
726 ELFRelocationEntry Rec(FixupOffset, RenamedSymA, Type, Addend, SymA,
    [all...]
  /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);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
86 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCELFObjectWriter.h 30 struct ELFRelocationEntry {
38 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type,
85 std::vector<ELFRelocationEntry> &Relocs);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 33 const ELFRelocationEntry R; ///< The relocation.
36 MipsRelocationEntry(const ELFRelocationEntry &R) : R(R), Matched(false) {}
63 std::vector<ELFRelocationEntry> &Relocs) override;
134 static unsigned getMatchingLoType(const ELFRelocationEntry &Reloc) {
171 const ELFRelocationEntry &R,
409 std::vector<ELFRelocationEntry> &Relocs) {
415 [](const ELFRelocationEntry &A, const ELFRelocationEntry &B) {
420 std::list<ELFRelocationEntry> Remainder;
428 std::back_inserter(Sorted), [](const ELFRelocationEntry &Reloc)
    [all...]
  /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;
ELFObjectWriter.cpp 462 ELFRelocationEntry ERE(RelocOffset, Index, Type, RelocSymbol, Addend);
747 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
752 ELFRelocationEntry entry = Relocs[e - i - 1];
    [all...]

Completed in 1155 milliseconds