Searched refs:getSymbolOffset (Results 1 – 14 of 14) sorted by relevance
94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;97 uint64_t getSymbolOffset(const MCSymbol &S) const;
81 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()93 getSymbolOffset(*Symbol)); in processRelocationRef()
170 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
224 Layout.getSymbolOffset(*B) == in recordRelocation()353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
43 uint64_t getSymbolOffset(const SymbolRef &Sym);
63 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
238 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()239 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()577 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
166 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout170 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout482 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()487 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()557 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) in computeFragmentSize()
350 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue()698 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation()704 int64_t OffsetOfA = Layout.getSymbolOffset(A); in recordRelocation()730 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
513 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()514 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
367 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()664 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()688 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
103 Layout.getSymbolOffset(S); in getSymbolAddress()
360 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
427 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()