Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h129 getSymbolOffset(*Symbol), 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
136 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
148 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
155 getSymbolOffset(*Symbol), 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
164 getSymbolOffset(*Symbol) + Addend, true, 0); in processRelocationRef()
DRuntimeDyldCOFFI386.h106 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
118 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
DRuntimeDyldCOFFX86_64.h263 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
DRuntimeDyldCOFFAArch64.h238 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCAsmLayout.h93 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
96 uint64_t getSymbolOffset(const MCSymbol &S) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp231 Layout.getSymbolOffset(*B) == in recordRelocation()
345 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h41 uint64_t getSymbolOffset(const SymbolRef &Sym);
DRuntimeDyldCOFF.cpp76 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp242 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
578 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCFragment.cpp129 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
133 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
DMCAssembler.cpp257 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
262 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
358 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
DWinCOFFObjectWriter.cpp332 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue()
737 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation()
760 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
DMCExpr.cpp557 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
558 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp471 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
1451 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation()
1480 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
DXCOFFObjectWriter.cpp575 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
DWasmObjectWriter.cpp491 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
1369 static_cast<uint32_t>(Layout.getSymbolOffset(WS)), in writeObject()
DMachObjectWriter.cpp117 Layout.getSymbolOffset(S); in getSymbolAddress()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp359 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/
DRISCVAsmBackend.cpp305 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()