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

1 2 3

  /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-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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) {}
  /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-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);
  /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-3957855/prebuilt_include/llvm/include/llvm/MC/
MCWasmObjectWriter.h 68 std::vector<WasmRelocationEntry> &Relocs);

Completed in 586 milliseconds

1 2 3