HomeSort by relevance Sort by last modified time
    Searched refs:RelocationValueRef (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 80 class RelocationValueRef {
85 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
87 inline bool operator==(const RelocationValueRef &Other) const {
88 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) == 0;
90 inline bool operator <(const RelocationValueRef &Other) const {
91 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) < 0;
131 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
183 void AddRelocation(const RelocationValueRef &Value, unsigned SectionID,
RuntimeDyldMachO.cpp 214 RelocationValueRef Value;
RuntimeDyld.cpp 310 void RuntimeDyldImpl::AddRelocation(const RelocationValueRef &Value,
RuntimeDyldELF.cpp 342 RelocationValueRef Value;

Completed in 27 milliseconds