Searched refs:Relocations (Results 1 - 9 of 9) sorted by relevance

/external/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp68 int Relocations; member in class:__anon9609::COFFSymbol
98 relocations Relocations; member in class:__anon9609::COFFSection
211 , Relocations(0)
235 if (Relocations > 0) {
689 ++Reloc.Symb->Relocations;
706 coff_section->Relocations.push_back(Reloc);
784 if (Sec->Relocations.size() > 0) {
785 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff;
792 Sec->Header.NumberOfRelocations = Sec->Relocations.size();
801 offset += COFF::RelocationSize * Sec->Relocations
[all...]
H A DMachObjectWriter.cpp31 Relocations.clear();
794 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
867 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
H A DELFObjectWriter.cpp93 std::vector<ELFRelocationEntry> > Relocations; member in class:__anon9592::ELFObjectWriter
774 Relocations[Fragment->getParent()].push_back(ERE);
991 if (Relocations[&SD].empty())
1058 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp296 /// Relocations - These are the relocations that the function needs, as
298 std::vector<MachineRelocation> Relocations; member in class:__anon9568::JITEmitter
414 Relocations.push_back(MR);
832 if (!Relocations.empty()) {
834 NumRelos += Relocations.size();
837 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) {
838 MachineRelocation &MR = Relocations[i];
886 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
887 Relocations.size(), MemMgr->getGOTBase());
929 << Relocations
[all...]
/external/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 std::vector<object::macho::RelocationEntry> > Relocations; member in class:llvm::MachObjectWriter
217 Relocations[SD].push_back(MRE);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp44 resolveRelocationList(Relocations[i], Addr);
321 Relocations[SectionID].push_back(RE);
337 Relocations[Loc->second.first].push_back(RECopy);
393 // a remote execution environment of some sort. Relocations can't
H A DRuntimeDyldImpl.h154 // Relocations to sections already loaded. Indexed by SectionID which is the
157 DenseMap<unsigned, RelocationList> Relocations; member in class:llvm::RuntimeDyldImpl
159 // Relocations to external symbols that are not yet resolved. Symbols are
287 /// \brief Parses the object file relocation and stores it to Relocations
/external/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp70 Relocations("r", cl::desc("Display the relocation entries in the file"));
633 DisassembleObject(o, Relocations);
634 if (Relocations && !Disassemble)
721 && !Relocations
/external/llvm/utils/yaml2obj/
H A Dyaml2obj.cpp715 std::vector<COFF::relocation> Relocations; member in struct:COFFParser::Section

Completed in 341 milliseconds