HomeSort by relevance Sort by last modified time
    Searched refs:RelocationEntry (Results 26 - 41 of 41) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 216 InMemoryStruct<macho::RelocationEntry> RE;
260 Relocations[SourceName].push_back(RelocationEntry(TargetName,
353 InMemoryStruct<macho::RelocationEntry> RE;
391 Relocations[SourceName].push_back(RelocationEntry(TargetName,
498 RelocationEntry &RE = Relocs[i];
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 47 int64_t RuntimeDyldMachO::memcpyAddend(const RelocationEntry &RE) const {
88 RelocationEntry R(SectionID, Offset, RelocType, Addend, IsPCRel, Size);
100 const RelocationEntry &RE, ObjSectionToIDMap &ObjSectionToID) {
149 void RuntimeDyldMachO::dumpRelocationToResolve(const RelocationEntry &RE,
215 RelocationEntry RE(PTSectionID, PTEntryOffset,
RuntimeDyld.cpp 835 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
840 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
850 RelocationEntry RECopy = RE;
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp     [all...]
RuntimeDyld.cpp 772 void RuntimeDyldImpl::addRelocationForSection(const RelocationEntry &RE,
777 void RuntimeDyldImpl::addRelocationForSymbol(const RelocationEntry &RE,
787 RelocationEntry RECopy = RE;
894 const RelocationEntry &RE = Relocs[i];
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOAArch64.h 35 Expected<int64_t> decodeAddend(const RelocationEntry &RE) const {
306 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
356 void resolveRelocation(const RelocationEntry &RE, uint64_t Value) override {
443 void processGOTRelocation(const RelocationEntry &RE,
465 RelocationEntry GOTRE(RE.SectionID, StubOffset,
475 RelocationEntry TargetRE(RE.SectionID, RE.Offset, RE.RelType, Offset,
511 RelocationEntry R(SectionID, Offset, MachO::ARM64_RELOC_SUBTRACTOR, (uint64_t)Addend,
RuntimeDyldELFMips.cpp 15 void RuntimeDyldELFMips::resolveRelocation(const RelocationEntry &RE,
30 uint64_t RuntimeDyldELFMips::evaluateRelocation(const RelocationEntry &RE,
42 void RuntimeDyldELFMips::applyRelocation(const RelocationEntry &RE,
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 191 macho::RelocationEntry MRE;
328 macho::RelocationEntry MRE;
384 macho::RelocationEntry MRE;
394 macho::RelocationEntry MRE;
441 macho::RelocationEntry MRE;
536 macho::RelocationEntry MRE;
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOObject.h 170 InMemoryStruct<macho::RelocationEntry> &Res) const;
MachO.h 98 InMemoryStruct<macho::RelocationEntry> &Res) const;
MachOFormat.h 294 struct RelocationEntry {
  /external/swiftshader/third_party/LLVM/lib/Object/
MachOObject.cpp 319 void SwapStruct(macho::RelocationEntry &Value) {
325 InMemoryStruct<macho::RelocationEntry> &Res) const {
327 Index * sizeof(macho::RelocationEntry));
MachOObjectFile.cpp 525 InMemoryStruct<macho::RelocationEntry> &Res) const {
556 InMemoryStruct<macho::RelocationEntry> RE;
563 InMemoryStruct<macho::RelocationEntry> RE;
584 InMemoryStruct<macho::RelocationEntry> RE;
595 InMemoryStruct<macho::RelocationEntry> RE;
  /external/swiftshader/third_party/LLVM/tools/macho-dump/
macho-dump.cpp 98 InMemoryStruct<macho::RelocationEntry> RE;
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 690 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
749 std::vector<macho::RelocationEntry> &Relocs = Relocations[it];
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 420 InMemoryStruct<macho::RelocationEntry> RE;

Completed in 1507 milliseconds

12