HomeSort by relevance Sort by last modified time
    Searched refs:Relocs (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 42 const RelocAddrMap& Relocs;
45 const RelocAddrMap &Relocs)
46 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFDebugRangeList.h 84 bool extract(DataExtractor data, uint32_t *offset_ptr, const RelocAddrMap& Relocs);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFDebugRangeList.h 84 bool extract(DataExtractor data, uint32_t *offset_ptr, const RelocAddrMap& Relocs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFDebugRangeList.h 84 bool extract(DataExtractor data, uint32_t *offset_ptr, const RelocAddrMap& Relocs);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFSection.h 20 RelocAddrMap Relocs;
DWARFAcceleratorTable.h 45 const RelocAddrMap& Relocs;
49 const RelocAddrMap &Relocs)
50 : AccelSection(AccelSection), StringSection(StringSection), Relocs(Relocs) {}
DWARFDebugRangeList.h 84 bool extract(DataExtractor data, uint32_t *offset_ptr, const RelocAddrMap& Relocs);
  /external/llvm/lib/MC/
MCELFObjectTargetWriter.cpp 34 std::vector<ELFRelocationEntry> &Relocs) {
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsELFObjectWriter.cpp 63 std::vector<ELFRelocationEntry> &Relocs) override;
199 static void dumpRelocs(const char *Prefix, const Container &Relocs) {
200 for (const auto &R : Relocs)
409 std::vector<ELFRelocationEntry> &Relocs) {
410 if (Relocs.size() < 2)
414 std::sort(Relocs.begin(), Relocs.end(),
422 DEBUG(dumpRelocs("R: ", Relocs));
427 copy_if_else(Relocs.begin(), Relocs.end(), std::back_inserter(Remainder)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/xgate/
hilo.s 22 ;Test Relocs
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 72 DWARFAcceleratorTable Accel(AccelSection, StrData, Section.Relocs);
165 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset);
324 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));
394 Line.reset(new DWARFDebugLine(&getLineSection().Relocs));
764 .Case("debug_info", &InfoSection.Relocs)
765 .Case("debug_loc", &LocSection.Relocs)
766 .Case("debug_info.dwo", &InfoDWOSection.Relocs)
767 .Case("debug_line", &LineSection.Relocs)
768 .Case("apple_names", &AppleNamesSection.Relocs)
769 .Case("apple_types", &AppleTypesSection.Relocs)
    [all...]
DWARFAcceleratorTable.cpp 107 RelocAddrMap::const_iterator Reloc = Relocs.find(DataOffset-4);
108 if (Reloc != Relocs.end())

Completed in 748 milliseconds

1 2 3 4