Home
last modified time | relevance | path

Searched refs:RelocationValueRef (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h44 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 DRuntimeDyldImpl.h192 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 DRuntimeDyldMachO.h98 Expected<RelocationValueRef>
105 void makeValueAddendPCRel(RelocationValueRef &Value,
H A DRuntimeDyldMachO.cpp97 Expected<RelocationValueRef>
106 RelocationValueRef Value; in getRelocationValueRef()
141 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value, in makeValueAddendPCRel()
H A DRuntimeDyldELF.cpp560 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 DRuntimeDyldMachOX86_64.h53 RelocationValueRef Value; in processRelocationRef()
131 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
H A DRuntimeDyldMachOARM.h168 RelocationValueRef Value; in processRelocationRef()
304 const RelocationValueRef &Value, in processBranchRelocation()
H A DRuntimeDyldMachOAArch64.h327 RelocationValueRef Value; in processRelocationRef()
444 RelocationValueRef &Value, StubMap &Stubs) { in processGOTRelocation()
H A DRuntimeDyldCOFFX86_64.h151 RelocationValueRef OriginalRelValueRef; in generateRelocationStub()
H A DRuntimeDyldMachOI386.h70 RelocationValueRef Value; in processRelocationRef()