Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmLayout.h97 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
100 uint64_t getSymbolOffset(const MCSymbol &S) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp229 Layout.getSymbolOffset(*B) == in recordRelocation()
343 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h46 uint64_t getSymbolOffset(const SymbolRef &Sym);
H A DRuntimeDyldCOFF.cpp77 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp242 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
581 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCFragment.cpp152 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
156 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
H A DXCOFFObjectWriter.cpp665 return Layout.getSymbolOffset(*Sym); in recordRelocation()
673 return SectionMap[ContainingSect]->Address + Layout.getSymbolOffset(*Sym); in recordRelocation()
1169 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
1423 TrapEntry.TrapAddress = Layout.getSymbolOffset(*(Sym.MCSym)) + in assignAddressesAndIndices()
H A DMCAssembler.cpp262 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
267 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
374 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
H A DWasmObjectWriter.cpp524 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
581 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
1647 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS), in writeOneObject()
1749 uint64_t Offset = Layout.getSymbolOffset(S); in writeOneObject()
1763 static_cast<uint32_t>(Layout.getSymbolOffset(S)), in writeOneObject()
H A DWinCOFFObjectWriter.cpp378 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue()
897 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation()
921 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
H A DELFObjectWriter.cpp470 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
1469 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1502 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
H A DMCExpr.cpp649 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
650 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp119 Layout.getSymbolOffset(S); in getSymbolAddress()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h241 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h144 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h189 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp577 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()