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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.h 86 RelocationValueRef &Rel);
88 RelocationValueRef &Rel);
97 typedef SmallVector<RelocationValueRef, 2> GOTRelocations;
RuntimeDyldImpl.h 137 class RelocationValueRef {
143 RelocationValueRef() : SectionID(0), Offset(0), Addend(0),
146 inline bool operator==(const RelocationValueRef &Other) const {
150 inline bool operator<(const RelocationValueRef &Other) const {
214 typedef std::map<RelocationValueRef, uintptr_t> StubMap;
RuntimeDyldELF.cpp 622 RelocationValueRef &Rel) {
657 RelocationValueRef &Rel) {
    [all...]
RuntimeDyldMachO.cpp 684 RelocationValueRef Value;

Completed in 101 milliseconds