Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h118 class RelocationValueRef {
124 RelocationValueRef(): SectionID(0), Offset(0), Addend(0), SymbolName(0) {} in RelocationValueRef() function
126 inline bool operator==(const RelocationValueRef &Other) const {
130 inline bool operator <(const RelocationValueRef &Other) const {
185 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
DRuntimeDyldELF.h112 RelocationValueRef &Rel);
121 typedef SmallVector<RelocationValueRef, 2> GOTRelocations;
DRuntimeDyldMachO.cpp345 RelocationValueRef Value; in processRelocationRef()
DRuntimeDyldELF.cpp583 RelocationValueRef &Rel) { in findOPDEntrySection()
870 RelocationValueRef Value; in processRelocationRef()