Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp231 Layout.getSymbolOffset(*B) == in recordRelocation()
345 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp242 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
578 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A 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
H A DMCAssembler.cpp258 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
263 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
362 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
H A 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()
H A DWasmObjectWriter.cpp476 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
526 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
1585 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS), in writeOneObject()
1687 uint64_t Offset = Layout.getSymbolOffset(S); in writeOneObject()
1701 static_cast<uint32_t>(Layout.getSymbolOffset(S)), in writeOneObject()
H A DXCOFFObjectWriter.cpp429 (Sym->isDefined() ? Layout.getSymbolOffset(*Sym) : 0); in recordRelocation()
793 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
H A DMCExpr.cpp639 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
640 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
H A DELFObjectWriter.cpp465 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
1449 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1478 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
H A DMachObjectWriter.cpp117 Layout.getSymbolOffset(S); in getSymbolAddress()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFI386.h75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFX86_64.h234 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFThumb.h122 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
H A DRuntimeDyldCOFFAArch64.h188 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp372 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()