Home
last modified time | relevance | path

Searched refs:getSymbolOffset (Results 1 – 14 of 14) sorted by relevance

/external/llvm/include/llvm/MC/
DMCAsmLayout.h94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h81 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
93 getSymbolOffset(*Symbol)); in processRelocationRef()
DRuntimeDyldCOFFX86_64.h170 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp224 Layout.getSymbolOffset(*B) == in recordRelocation()
353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h43 uint64_t getSymbolOffset(const SymbolRef &Sym);
DRuntimeDyldCOFF.cpp63 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp238 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
239 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
577 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/external/llvm/lib/MC/
DMCAssembler.cpp166 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
170 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
482 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
487 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
557 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) in computeFragmentSize()
DWinCOFFObjectWriter.cpp350 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()
DMCExpr.cpp513 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
514 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp367 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
664 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()
688 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
DMachObjectWriter.cpp103 Layout.getSymbolOffset(S); in getSymbolAddress()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp360 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp427 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()