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

/freebsd-10-stable/contrib/llvm/tools/llvm-readobj/
H A Dllvm-readobj.h36 extern llvm::cl::opt<bool> Relocations;
H A Dllvm-readobj.cpp89 cl::opt<bool> Relocations("relocations",
93 cl::aliasopt(Relocations));
215 if (opts::Relocations)
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp69 int Relocations; member in class:__anon2410::COFFSymbol
99 relocations Relocations; member in class:__anon2410::COFFSection
199 , Relocations(0)
223 if (Relocations > 0) {
689 ++Reloc.Symb->Relocations;
701 coff_section->Relocations.push_back(Reloc);
807 if (Sec->Relocations.size() > 0) {
808 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff;
815 Sec->Header.NumberOfRelocations = Sec->Relocations.size();
824 offset += COFF::RelocationSize * Sec->Relocations
[all...]
H A DMachObjectWriter.cpp30 Relocations.clear();
812 std::vector<MachO::any_relocation_info> &Relocs = Relocations[it];
886 std::vector<MachO::any_relocation_info> &Relocs = Relocations[it];
H A DELFObjectWriter.cpp89 std::vector<ELFRelocationEntry> > Relocations; member in class:__anon2388::ELFObjectWriter
775 Relocations[Fragment->getParent()].push_back(ERE);
1006 if (Relocations[&SD].empty())
1080 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp295 /// Relocations - These are the relocations that the function needs, as
297 std::vector<MachineRelocation> Relocations; member in class:__anon2364::JITEmitter
404 Relocations.push_back(MR);
821 if (!Relocations.empty()) {
823 NumRelos += Relocations.size();
826 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) {
827 MachineRelocation &MR = Relocations[i];
875 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
876 Relocations.size(), MemMgr->getGOTBase());
918 << Relocations
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCMachObjectWriter.h101 std::vector<MachO::any_relocation_info> > Relocations; member in class:llvm::MachObjectWriter
216 Relocations[SD].push_back(MRE);
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DCOFFYAML.h48 std::vector<Relocation> Relocations; member in struct:llvm::COFFYAML::Section
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp62 resolveRelocationList(Relocations[i], Addr);
63 Relocations.erase(i);
375 Relocations[SectionID].push_back(RE);
391 Relocations[Loc->second.first].push_back(RECopy);
476 // a remote execution environment of some sort. Relocations can't
H A DRuntimeDyldImpl.h175 // Relocations to sections already loaded. Indexed by SectionID which is the
178 DenseMap<unsigned, RelocationList> Relocations; member in class:llvm::RuntimeDyldImpl
180 // Relocations to external symbols that are not yet resolved. Symbols are
297 /// \brief Parses the object file relocation and stores it to Relocations
/freebsd-10-stable/contrib/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp80 Relocations("r", cl::desc("Display the relocation entries in the file"));
787 DisassembleObject(o, Relocations);
788 if (Relocations && !Disassemble)
875 && !Relocations
/freebsd-10-stable/contrib/llvm/lib/Object/
H A DCOFFYAML.cpp271 IO.mapOptional("Relocations", Sec.Relocations);

Completed in 184 milliseconds