Home
last modified time | relevance | path

Searched refs:RelI (Results 1 – 25 of 38) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
45 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
50 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
53 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
60 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
83 return ++RelI; in processRelocationRef()
158 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
167 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
[all …]
DRuntimeDyldMachOI386.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
47 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
50 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
67 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
70 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
86 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
95 return ++RelI; in processRelocationRef()
146 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
152 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
[all …]
DRuntimeDyldMachOARM.h101 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
108 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
115 auto Symbol = RelI->getSymbol(); in processRelocationRef()
135 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
138 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef()
141 return ++RelI; in processRelocationRef()
160 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
168 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
180 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
200 return ++RelI; in processRelocationRef()
[all …]
DRuntimeDyldMachOAArch64.h273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
298 ++RelI; in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
352 return ++RelI; in processRelocationRef()
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
[all …]
DRuntimeDyldCOFFI386.h38 object::relocation_iterator RelI, in processRelocationRef() argument
43 auto Symbol = RelI->getSymbol(); in processRelocationRef()
57 uint64_t RelType = RelI->getType(); in processRelocationRef()
58 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
80 RelI->getTypeName(RelTypeName); in processRelocationRef()
128 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFThumb.h61 object::relocation_iterator RelI, in processRelocationRef() argument
65 auto Symbol = RelI->getSymbol(); in processRelocationRef()
79 uint64_t RelType = RelI->getType(); in processRelocationRef()
80 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
100 RelI->getTypeName(RelTypeName); in processRelocationRef()
171 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFAArch64.h141 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument
146 auto Symbol = RelI->getSymbol(); in processRelocationRef()
160 uint64_t RelType = RelI->getType(); in processRelocationRef()
161 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
220 RelI->getTypeName(RelTypeName); in processRelocationRef()
242 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFX86_64.h191 object::relocation_iterator RelI, in processRelocationRef() argument
197 object::symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
208 uint64_t RelType = RelI->getType(); in processRelocationRef()
209 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
268 return ++RelI; in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
45 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
50 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
53 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
60 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
83 return ++RelI; in processRelocationRef()
158 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
164 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
167 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
[all …]
DRuntimeDyldMachOI386.h34 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
41 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
47 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
50 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
67 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
70 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
86 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
95 return ++RelI; in processRelocationRef()
146 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
152 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
[all …]
DRuntimeDyldMachOARM.h101 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
108 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
115 auto Symbol = RelI->getSymbol(); in processRelocationRef()
135 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
138 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID, in processRelocationRef()
141 return ++RelI; in processRelocationRef()
160 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
168 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
180 makeValueAddendPCRel(Value, RelI, in processRelocationRef()
200 return ++RelI; in processRelocationRef()
[all …]
DRuntimeDyldMachOAArch64.h273 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
280 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
298 ++RelI; in processRelocationRef()
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
303 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
305 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
327 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
337 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
352 return ++RelI; in processRelocationRef()
480 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
[all …]
DRuntimeDyldCOFFI386.h38 object::relocation_iterator RelI, in processRelocationRef() argument
43 auto Symbol = RelI->getSymbol(); in processRelocationRef()
58 uint64_t RelType = RelI->getType(); in processRelocationRef()
59 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
98 RelI->getTypeName(RelTypeName); in processRelocationRef()
139 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFThumb.h61 object::relocation_iterator RelI, in processRelocationRef() argument
65 auto Symbol = RelI->getSymbol(); in processRelocationRef()
79 uint64_t RelType = RelI->getType(); in processRelocationRef()
80 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
100 RelI->getTypeName(RelTypeName); in processRelocationRef()
183 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFAArch64.h142 processRelocationRef(unsigned SectionID, object::relocation_iterator RelI, in processRelocationRef() argument
147 auto Symbol = RelI->getSymbol(); in processRelocationRef()
161 uint64_t RelType = RelI->getType(); in processRelocationRef()
162 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
239 RelI->getTypeName(RelTypeName); in processRelocationRef()
253 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFX86_64.h191 object::relocation_iterator RelI, in processRelocationRef() argument
197 object::symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
208 uint64_t RelType = RelI->getType(); in processRelocationRef()
209 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
278 return ++RelI; in processRelocationRef()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOX86_64.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
46 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
51 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
54 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
61 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
84 return ++RelI; in processRelocationRef()
159 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
165 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSubtractRelocation()
168 uint64_t Offset = RelI->getOffset(); in processSubtractRelocation()
[all …]
DRuntimeDyldMachOARM.h54 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
61 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
66 return processHALFSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
69 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
71 return ++RelI; in processRelocationRef()
91 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
94 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
100 makeValueAddendPCRel(Value, RelI, 8); in processRelocationRef()
112 return ++RelI; in processRelocationRef()
218 processHALFSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processHALFSECTDIFFRelocation() argument
[all …]
DRuntimeDyldMachOI386.h35 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
42 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
48 return processSECTDIFFRelocation(SectionID, RelI, Obj, in processRelocationRef()
51 return processScatteredVANILLA(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
68 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
71 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
87 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
96 return ++RelI; in processRelocationRef()
144 processSECTDIFFRelocation(unsigned SectionID, relocation_iterator RelI, in processSECTDIFFRelocation() argument
150 Obj.getRelocation(RelI->getRawDataRefImpl()); in processSECTDIFFRelocation()
[all …]
DRuntimeDyldMachOAArch64.h246 processRelocationRef(unsigned SectionID, relocation_iterator RelI, in processRelocationRef() argument
253 Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
271 ++RelI; in processRelocationRef()
272 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl()); in processRelocationRef()
276 return processSubtractRelocation(SectionID, RelI, Obj, ObjSectionToID); in processRelocationRef()
278 RelocationEntry RE(getRelocationEntry(SectionID, Obj, RelI)); in processRelocationRef()
287 if (auto ValueOrErr = getRelocationValueRef(Obj, RelI, RE, ObjSectionToID)) in processRelocationRef()
294 makeValueAddendPCRel(Value, RelI, 1 << RE.Size); in processRelocationRef()
308 return ++RelI; in processRelocationRef()
421 processSubtractRelocation(unsigned SectionID, relocation_iterator RelI, in processSubtractRelocation() argument
[all …]
DRuntimeDyldCOFFI386.h39 relocation_iterator RelI, in processRelocationRef() argument
44 auto Symbol = RelI->getSymbol(); in processRelocationRef()
58 uint64_t RelType = RelI->getType(); in processRelocationRef()
59 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
81 RelI->getTypeName(RelTypeName); in processRelocationRef()
129 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFX86_64.h111 relocation_iterator RelI, in processRelocationRef() argument
117 symbol_iterator Symbol = RelI->getSymbol(); in processRelocationRef()
128 uint64_t RelType = RelI->getType(); in processRelocationRef()
129 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
183 return ++RelI; in processRelocationRef()
DRuntimeDyldCOFFThumb.h39 relocation_iterator RelI, in processRelocationRef() argument
43 auto Symbol = RelI->getSymbol(); in processRelocationRef()
57 uint64_t RelType = RelI->getType(); in processRelocationRef()
58 uint64_t Offset = RelI->getOffset(); in processRelocationRef()
78 RelI->getTypeName(RelTypeName); in processRelocationRef()
139 return ++RelI; in processRelocationRef()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h42 bool resolveAArch64ShortBranch(unsigned SectionID, relocation_iterator RelI,
46 relocation_iterator RelI, StubMap &Stubs);
178 processRelocationRef(unsigned SectionID, relocation_iterator RelI,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.h42 bool resolveAArch64ShortBranch(unsigned SectionID, relocation_iterator RelI,
46 relocation_iterator RelI, StubMap &Stubs);
177 processRelocationRef(unsigned SectionID, relocation_iterator RelI,

12