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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h137 class RelocationValueRef { class in namespace:llvm
143 RelocationValueRef() : SectionID(0), Offset(0), Addend(0), function in class:llvm::RelocationValueRef
146 inline bool operator==(const RelocationValueRef &Other) const {
150 inline bool operator<(const RelocationValueRef &Other) const {
214 typedef std::map<RelocationValueRef, uintptr_t> StubMap;

Completed in 50 milliseconds