Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCAsmLayout.h97 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
100 uint64_t getSymbolOffset(const MCSymbol &S) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp231 Layout.getSymbolOffset(*B) == in recordRelocation()
345 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h46 uint64_t getSymbolOffset(const SymbolRef &Sym);
DRuntimeDyldCOFF.cpp77 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp242 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
581 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCFragment.cpp148 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
152 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
DWinCOFFObjectWriter.cpp340 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue()
755 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation()
778 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
DMCAssembler.cpp258 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
263 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
362 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
DWasmObjectWriter.cpp476 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
533 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
1596 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS), in writeOneObject()
1698 uint64_t Offset = Layout.getSymbolOffset(S); in writeOneObject()
1712 static_cast<uint32_t>(Layout.getSymbolOffset(S)), in writeOneObject()
DXCOFFObjectWriter.cpp452 (Sym->isDefined() ? Layout.getSymbolOffset(*Sym) : 0); in recordRelocation()
818 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
DMCExpr.cpp639 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
640 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp466 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
1433 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1466 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
DMachObjectWriter.cpp117 Layout.getSymbolOffset(S); in getSymbolAddress()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFI386.h75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
DRuntimeDyldCOFFX86_64.h234 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
DRuntimeDyldCOFFThumb.h122 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
DRuntimeDyldCOFFAArch64.h188 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp537 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()