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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 103 class RelocationValueRef {
108 RelocationValueRef(): SectionID(0), Addend(0), SymbolName(0) {}
110 inline bool operator==(const RelocationValueRef &Other) const {
111 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) == 0;
113 inline bool operator <(const RelocationValueRef &Other) const {
114 return std::memcmp(this, &Other, sizeof(RelocationValueRef)) < 0;
157 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
RuntimeDyldMachO.cpp 212 RelocationValueRef Value;
RuntimeDyldELF.cpp 393 RelocationValueRef Value;

Completed in 48 milliseconds