Searched refs:RelocationValueRef (Results 1 - 12 of 12) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.h43 const RelocationValueRef &Value);
45 void resolveAArch64Branch(unsigned SectionID, const RelocationValueRef &Value,
93 RelocationValueRef &Rel);
96 RelocationValueRef &Rel);
108 uint64_t findOrAllocGOTEntry(const RelocationValueRef &Value,
126 void processSimpleRelocation(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 DRuntimeDyldMachO.h88 /// Construct a RelocationValueRef representing the relocation target.
89 /// For Symbols in known sections, this will return a RelocationValueRef
96 /// the RelocationValueRef.
97 Expected<RelocationValueRef>
103 /// Make the RelocationValueRef addend PC-relative.
104 void makeValueAddendPCRel(RelocationValueRef &Value,
H A DRuntimeDyldImpl.h190 class RelocationValueRef { class in namespace:llvm
198 inline bool operator==(const RelocationValueRef &Other) const {
203 inline bool operator<(const RelocationValueRef &Other) const {
286 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
H A DRuntimeDyldCOFF.cpp87 RelocationValueRef Reloc;
H A DRuntimeDyldMachO.cpp96 Expected<RelocationValueRef>
105 RelocationValueRef Value;
140 void RuntimeDyldMachO::makeValueAddendPCRel(RelocationValueRef &Value,
H A DRuntimeDyldELF.cpp628 RelocationValueRef &Rel) {
669 RelocationValueRef &Rel) {
1046 void RuntimeDyldELF::processSimpleRelocation(unsigned SectionID, uint64_t Offset, unsigned RelType, RelocationValueRef Value) {
1088 const RelocationValueRef &Value) {
1120 const RelocationValueRef &Value,
1197 RelocationValueRef Value;
1394 const RelocationValueRef &MatchingValue = I->first;
1643 RelocationValueRef TOCValue;
1888 uint64_t RuntimeDyldELF::findOrAllocGOTEntry(const RelocationValueRef &Value,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOX86_64.h52 RelocationValueRef Value;
130 RelocationValueRef &Value, StubMap &Stubs) {
H A DRuntimeDyldMachOARM.h167 RelocationValueRef Value;
306 const RelocationValueRef &Value,
H A DRuntimeDyldCOFFX86_64.h150 RelocationValueRef OriginalRelValueRef;
H A DRuntimeDyldMachOAArch64.h326 RelocationValueRef Value;
443 RelocationValueRef &Value, StubMap &Stubs) {
H A DRuntimeDyldMachOI386.h69 RelocationValueRef Value;
H A DRuntimeDyldCOFFAArch64.h106 RelocationValueRef OriginalRelValueRef;

Completed in 294 milliseconds