Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCAsmLayout.h102 bool getSymbolOffset(const MCSymbolData *SD, uint64_t &Val) const;
105 uint64_t getSymbolOffset(const MCSymbolData *SD) const;
/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/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp225 Layout.getSymbolOffset(&B_SD) == in RecordRelocation()
346 Value += Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(Base); in RecordRelocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp235 Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(RelSymbol); in RecordX86_64Relocation()
556 FixedValue -= Layout.getSymbolOffset(SD); in RecordX86Relocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFX86_64.h133 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/external/llvm/lib/MC/
DMCAssembler.cpp175 bool MCAsmLayout::getSymbolOffset(const MCSymbolData *SD, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
179 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const { in getSymbolOffset() function in MCAsmLayout
519 Value += Layout.getSymbolOffset(&getSymbolData(Sym)); in evaluateFixup()
524 Value -= Layout.getSymbolOffset(&getSymbolData(Sym)); in evaluateFixup()
DWinCOFFObjectWriter.cpp359 if (!Layout.getSymbolOffset(&Data, Res)) in getSymbolValue()
717 int64_t OffsetOfB = Layout.getSymbolOffset(&B_SD); in RecordRelocation()
723 int64_t OffsetOfA = Layout.getSymbolOffset(&A_SD); in RecordRelocation()
DMCExpr.cpp488 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) - in AttemptToFoldSymbolOffsetDifference()
489 Layout->getSymbolOffset(&Asm->getSymbolData(B->getSymbol()))); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp472 if (!Layout.getSymbolOffset(&Data, Res)) in SymbolValue()
819 uint64_t SymBOffset = Layout.getSymbolOffset(&SymBD); in RecordRelocation()
833 C += Layout.getSymbolOffset(SymAD); in RecordRelocation()
DMachObjectWriter.cpp111 Layout.getSymbolOffset(SD); in getSymbolAddress()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp363 FixedValue -= Layout.getSymbolOffset(SD); in RecordPPCRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp425 FixedValue -= Layout.getSymbolOffset(SD); in RecordRelocation()