Searched refs:RelI (Results 1 - 11 of 11) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOI386.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
41 Obj.getRelocation(RelI->getRawDataRefImpl());
47 return processSECTDIFFRelocation(SectionID, RelI, Obj,
50 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
54 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
57 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
66 // RelI->getAddress(RelocAddr);
70 makeValueAddendPCRel(Value, RelI, 1 << RE.Size);
79 return ++RelI;
128 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, argument
[all...]
H A DRuntimeDyldMachOX86_64.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
41 Obj.getRelocation(RelI->getRawDataRefImpl());
45 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID);
50 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
53 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
57 makeValueAddendPCRel(Value, RelI, 1 << RE.Size);
70 return ++RelI;
147 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, argument
153 Obj.getRelocation(RelI->getRawDataRefImpl());
156 uint64_t Offset = RelI
[all...]
H A DRuntimeDyldMachOARM.h53 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
60 Obj.getRelocation(RelI->getRawDataRefImpl());
65 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj,
68 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID);
70 return ++RelI;
73 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
76 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
79 makeValueAddendPCRel(Value, RelI, 8);
91 return ++RelI;
205 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, argument
[all...]
H A DRuntimeDyldCOFFX86_64.h110 relocation_iterator RelI,
116 symbol_iterator Symbol = RelI->getSymbol();
124 uint64_t RelType = RelI->getType();
125 uint64_t Offset = RelI->getOffset();
175 return ++RelI;
H A DRuntimeDyldCOFFI386.h38 relocation_iterator RelI,
42 auto Symbol = RelI->getSymbol();
53 uint64_t RelType = RelI->getType();
54 uint64_t Offset = RelI->getOffset();
58 RelI->getTypeName(RelTypeName);
103 return ++RelI;
H A DRuntimeDyldMachOAArch64.h246 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
253 Obj.getRelocation(RelI->getRawDataRefImpl());
269 ++RelI;
270 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
273 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI));
282 getRelocationValueRef(Obj, RelI, RE, ObjSectionToID));
286 makeValueAddendPCRel(Value, RelI, 1 << RE.Size);
300 return ++RelI;
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp54 unsigned SectionID, relocation_iterator RelI,
60 Obj.getRelocation(RelI->getRawDataRefImpl());
66 uint64_t Offset = RelI->getOffset();
85 return ++RelI;
53 processScatteredVANILLA( unsigned SectionID, relocation_iterator RelI, const ObjectFile &BaseObjT, RuntimeDyldMachO::ObjSectionToIDMap &ObjSectionToID) argument
H A DRuntimeDyldELF.h167 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
H A DRuntimeDyldMachO.h84 unsigned SectionID, relocation_iterator RelI,
H A DRuntimeDyldELF.cpp1167 unsigned SectionID, relocation_iterator RelI, const ObjectFile &O,
1170 uint64_t RelType = RelI->getType();
1171 ErrorOr<int64_t> AddendOrErr = ELFRelocationRef(*RelI).getAddend();
1173 elf_symbol_iterator Symbol = RelI->getSymbol();
1234 uint64_t Offset = RelI->getOffset();
1728 return ++RelI;
1166 processRelocationRef( unsigned SectionID, relocation_iterator RelI, const ObjectFile &O, ObjSectionToIDMap &ObjSectionToID, StubMap &Stubs) argument
H A DRuntimeDyldImpl.h405 processRelocationRef(unsigned SectionID, relocation_iterator RelI,

Completed in 195 milliseconds