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

  /external/llvm/lib/DebugInfo/
DWARFContext.cpp 136 LineTable.parse(lineData, &getLineSection().Relocs, &stmtOffset);
247 Loc.reset(new DWARFDebugLoc(getLocSection().Relocs));
296 Line.reset(new DWARFDebugLine(&getLineSection().Relocs));
324 &getInfoSection().Relocs, isLittleEndian()));
344 &I.second.Relocs, isLittleEndian()));
363 &getInfoDWOSection().Relocs, isLittleEndian()));
383 &I.second.Relocs, isLittleEndian()));
701 .Case("debug_info", &InfoSection.Relocs)
702 .Case("debug_loc", &LocSection.Relocs)
703 .Case("debug_info.dwo", &InfoDWOSection.Relocs)
    [all...]
DWARFContext.h 69 RelocAddrMap Relocs;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 328 std::vector<std::pair<uint64_t, SymbolRef>> Relocs;
337 Relocs.push_back(std::make_pair(RelocOffset, *RelocSym));
339 array_pod_sort(Relocs.begin(), Relocs.end());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 615 void RuntimeDyldImpl::resolveRelocationList(const RelocationList &Relocs,
617 for (unsigned i = 0, e = Relocs.size(); i != e; ++i) {
618 const RelocationEntry &RE = Relocs[i];
635 RelocationList &Relocs = i->second;
636 resolveRelocationList(Relocs, 0);
668 RelocationList &Relocs = i->second;
669 resolveRelocationList(Relocs, Addr);
RuntimeDyldImpl.h 317 /// \brief Resolves relocations from Relocs list with address from Value.
318 void resolveRelocationList(const RelocationList &Relocs, uint64_t Value);
  /external/llvm/lib/MC/
MachObjectWriter.cpp 862 std::vector<MachO::any_relocation_info> &Relocs = Relocations[it];
863 unsigned NumRelocs = Relocs.size();
    [all...]
ELFObjectWriter.cpp     [all...]

Completed in 78 milliseconds