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

/macosx-10.10.1/llvmCore-3425.0.34/lib/MC/
H A DWinCOFFObjectWriter.cpp72 int Relocations; member in class:__anon10089::COFFSymbol
102 relocations Relocations; member in class:__anon10089::COFFSection
213 , Relocations(0)
237 if (Relocations > 0) {
690 ++Reloc.Symb->Relocations;
707 coff_section->Relocations.push_back(Reloc);
785 if (Sec->Relocations.size() > 0) {
786 bool RelocationsOverflow = Sec->Relocations.size() >= 0xffff;
793 Sec->Header.NumberOfRelocations = Sec->Relocations.size();
802 offset += COFF::RelocationSize * Sec->Relocations
[all...]
H A DELFObjectWriter.cpp94 std::vector<ELFRelocationEntry> > Relocations; member in class:__anon10067::ELFObjectWriter
764 Relocations[Fragment->getParent()].push_back(ERE);
981 if (Relocations[&SD].empty())
1048 std::vector<ELFRelocationEntry> &Relocs = Relocations[SD];
H A DMachObjectWriter.cpp743 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
811 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
/macosx-10.10.1/llvmCore-3425.0.34/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:__anon10054::JITEmitter
419 Relocations.push_back(MR);
837 if (!Relocations.empty()) {
839 NumRelos += Relocations.size();
842 for (unsigned i = 0, e = Relocations.size(); i != e; ++i) {
843 MachineRelocation &MR = Relocations[i];
891 TheJIT->getJITInfo().relocate(BufferBegin, &Relocations[0],
892 Relocations.size(), MemMgr->getGOTBase());
934 << Relocations
[all...]
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCMachObjectWriter.h94 std::vector<object::macho::RelocationEntry> > Relocations; member in class:llvm::MachObjectWriter
201 Relocations[SD].push_back(MRE);
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp316 Relocations[SectionID].push_back(RE);
332 Relocations[Loc->second.first].push_back(RECopy);
380 resolveRelocationList(Relocations[SectionID], Addr);
H A DRuntimeDyldImpl.h147 // Relocations to sections already loaded. Indexed by SectionID which is the
150 DenseMap<unsigned, RelocationList> Relocations; member in class:llvm::RuntimeDyldImpl
152 // Relocations to external symbols that are not yet resolved. Symbols are
244 /// \brief Parses the object file relocation and stores it to Relocations
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-objdump/
H A Dllvm-objdump.cpp66 Relocations("r", cl::desc("Display the relocation entries in the file"));
575 DisassembleObject(o, Relocations);
576 if (Relocations && !Disassemble)
659 && !Relocations
/macosx-10.10.1/llvmCore-3425.0.34/utils/yaml2obj/
H A Dyaml2obj.cpp716 std::vector<COFF::relocation> Relocations; member in struct:COFFParser::Section

Completed in 204 milliseconds