Searched refs:RelocationValueRef (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.h | 44 const RelocationValueRef &Value); 46 void resolveAArch64Branch(unsigned SectionID, const RelocationValueRef &Value, 94 RelocationValueRef &Rel); 97 RelocationValueRef &Rel); 108 uint64_t findOrAllocGOTEntry(const RelocationValueRef &Value, 126 …sSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value); 151 SmallVector<std::pair<RelocationValueRef, RelocationEntry>, 8> PendingRelocs; 159 std::map<RelocationValueRef, uint64_t> GOTOffsetMap;
|
| H A D | RuntimeDyldImpl.h | 192 class RelocationValueRef { 199 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), in RelocationValueRef() function 202 inline bool operator==(const RelocationValueRef &Other) const { 207 inline bool operator<(const RelocationValueRef &Other) const { 292 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
|
| H A D | RuntimeDyldMachO.h | 98 Expected<RelocationValueRef> 105 void makeValueAddendPCRel(RelocationValueRef &Value,
|
| H A D | RuntimeDyldMachO.cpp | 97 Expected<RelocationValueRef> 106 RelocationValueRef Value; in getRelocationValueRef() 141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
|
| H A D | RuntimeDyldELF.cpp | 560 RelocationValueRef &Rel) { in findPPC64TOCSection() 600 RelocationValueRef &Rel) { in findOPDEntrySection() 970 …SimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) { in processSimpleRelocation() 1012 const RelocationValueRef &Value) { in resolveAArch64ShortBranch() 1044 const RelocationValueRef &Value, in resolveAArch64Branch() 1121 RelocationValueRef Value; in processRelocationRef() 1316 const RelocationValueRef &MatchingValue = I->first; in processRelocationRef() 1565 RelocationValueRef TOCValue; in processRelocationRef() 1807 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value, in findOrAllocGOTEntry()
|
| /freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldMachOX86_64.h | 53 RelocationValueRef Value; in processRelocationRef() 131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
| H A D | RuntimeDyldMachOARM.h | 168 RelocationValueRef Value; in processRelocationRef() 304 const RelocationValueRef &Value, in processBranchRelocation()
|
| H A D | RuntimeDyldMachOAArch64.h | 327 RelocationValueRef Value; in processRelocationRef() 444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
|
| H A D | RuntimeDyldCOFFX86_64.h | 151 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
|
| H A D | RuntimeDyldMachOI386.h | 70 RelocationValueRef Value; in processRelocationRef()
|