Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp220 Asm.getSymbolOffset(*B) == in recordRelocation()
330 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*Base); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h157 LLVM_ABI bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
160 LLVM_ABI uint64_t getSymbolOffset(const MCSymbol &S) const;
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCOFF.h43 uint64_t getSymbolOffset(const SymbolRef &Sym);
H A DRuntimeDyldCOFF.cpp76 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.cpp236 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
556 FixedValue -= Asm.getSymbolOffset(*A); in RecordX86Relocation()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCAssembler.cpp171 Value += getSymbolOffset(*Add); in evaluateFixup()
173 Value -= getSymbolOffset(*Sub); in evaluateFixup()
265 if (!getSymbolOffset(*SA, Val)) { in computeFragmentSize()
416 bool MCAssembler::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAssembler
420 uint64_t MCAssembler::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAssembler
H A DMCExpr.cpp320 Addend += Asm->getSymbolOffset(SA) - Asm->getSymbolOffset(SB); in attemptToFoldSymbolOffsetDifference()
H A DXCOFFObjectWriter.cpp676 return Asm->getSymbolOffset(*Sym); in recordRelocation()
684 return SectionMap[ContainingSect]->Address + Asm->getSymbolOffset(*Sym); in recordRelocation()
1215 Sym, Csect, SectionIndex, Asm.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
1469 TrapEntry.TrapAddress = Asm.getSymbolOffset(*(Sym.MCSym)) + in assignAddressesAndIndices()
H A DWasmObjectWriter.cpp514 C += FixupOffset - Asm->getSymbolOffset(SymB); in recordRelocation()
563 C += Asm->getSymbolOffset(*SymA); in recordRelocation()
1634 DataSection.getSegmentIndex(), Asm.getSymbolOffset(WS), in writeOneObject()
1736 uint64_t Offset = Asm.getSymbolOffset(S); in writeOneObject()
1750 static_cast<uint32_t>(Asm.getSymbolOffset(S)), in writeOneObject()
H A DWinCOFFObjectWriter.cpp347 if (!Asm.getSymbolOffset(Symbol, Res)) in getSymbolValue()
868 int64_t OffsetOfB = Asm->getSymbolOffset(*B); in recordRelocation()
891 FixedValue += Asm->getSymbolOffset(A); in recordRelocation()
H A DELFObjectWriter.cpp351 if (!Asm.getSymbolOffset(Sym, Res)) in symbolValue()
1360 Addend += FixupOffset - Asm->getSymbolOffset(SymB); in recordRelocation()
1376 Addend += Asm->getSymbolOffset(*SymA); in recordRelocation()
H A DMCWinCOFFStreamer.cpp107 if (!Asm->getSymbolOffset(Symbol, CallsiteOffset)) { in evaluateAsRelocatableImpl()
H A DMachObjectWriter.cpp123 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.h201 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp440 FixedValue -= Asm.getSymbolOffset(*A); in recordRelocation()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonAsmBackend.cpp604 const bool HasOffset = Asm.getSymbolOffset(sym, Offset); in finishLayout()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp745 Value = Asm->getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateFixup()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc22934 …smLayout15getSymbolOffsetEPKNS_12MCSymbolDataE", "llvm::MCAsmLayout::getSymbolOffset(llvm::MCSymbo…