Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h161 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
164 uint64_t getSymbolOffset(const MCSymbol &S) const;
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp227 Asm.getSymbolOffset(*B) == in recordRelocation()
343 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*Base); in recordRelocation()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp233 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
567 FixedValue -= Asm.getSymbolOffset(*A); in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp210 Value += getSymbolOffset(Sym); in evaluateFixup()
215 Value -= getSymbolOffset(Sym); in evaluateFixup()
321 if (!getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
507 bool MCAssembler::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAssembler
511 uint64_t MCAssembler::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAssembler
H A DWasmObjectWriter.cpp519 C += FixupOffset - Asm.getSymbolOffset(SymB); in recordRelocation()
576 C += Asm.getSymbolOffset(*SymA); in recordRelocation()
1657 DataSection.getSegmentIndex(), Asm.getSymbolOffset(WS), in writeOneObject()
1759 uint64_t Offset = Asm.getSymbolOffset(S); in writeOneObject()
1773 static_cast<uint32_t>(Asm.getSymbolOffset(S)), in writeOneObject()
H A DXCOFFObjectWriter.cpp679 return Asm.getSymbolOffset(*Sym); in recordRelocation()
687 return SectionMap[ContainingSect]->Address + Asm.getSymbolOffset(*Sym); in recordRelocation()
1231 Sym, Csect, SectionIndex, Asm.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
1485 TrapEntry.TrapAddress = Asm.getSymbolOffset(*(Sym.MCSym)) + in assignAddressesAndIndices()
H A DWinCOFFObjectWriter.cpp347 if (!Asm.getSymbolOffset(Symbol, Res)) in getSymbolValue()
864 int64_t OffsetOfB = Asm.getSymbolOffset(*B); in recordRelocation()
888 FixedValue += Asm.getSymbolOffset(A); in recordRelocation()
H A DELFObjectWriter.cpp337 if (!Asm.getSymbolOffset(Sym, Res)) in symbolValue()
1366 C += FixupOffset - Asm.getSymbolOffset(SymB); in recordRelocation()
1399 ? C + Asm.getSymbolOffset(*SymA) in recordRelocation()
H A DMCExpr.cpp640 Addend += Asm->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
641 Asm->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
H A DMachObjectWriter.cpp130 Asm.getSymbolOffset(S); in getSymbolAddress()
/freebsd/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/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp438 FixedValue -= Asm.getSymbolOffset(*A); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp568 Value = Asm.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()