/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 129 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()
|
D | RuntimeDyldCOFFI386.h | 106 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef() 118 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 263 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
D | RuntimeDyldCOFFAArch64.h | 238 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmLayout.h | 93 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/ |
D | AArch64MachObjectWriter.cpp | 231 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/ |
D | RuntimeDyldCOFF.h | 41 uint64_t getSymbolOffset(const SymbolRef &Sym);
|
D | RuntimeDyldCOFF.cpp | 76 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/ |
D | X86MachObjectWriter.cpp | 242 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/ |
D | MCFragment.cpp | 129 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
|
D | MCAssembler.cpp | 257 Value += Layout.getSymbolOffset(Sym); in evaluateFixup() 262 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup() 358 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
|
D | WinCOFFObjectWriter.cpp | 332 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue() 737 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation() 760 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
|
D | MCExpr.cpp | 557 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference() 558 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
|
D | ELFObjectWriter.cpp | 471 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue() 1451 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1480 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
|
D | XCOFFObjectWriter.cpp | 575 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
|
D | WasmObjectWriter.cpp | 491 C += Layout.getSymbolOffset(*SymA); in recordRelocation() 1369 static_cast<uint32_t>(Layout.getSymbolOffset(WS)), in writeObject()
|
D | MachObjectWriter.cpp | 117 Layout.getSymbolOffset(S); in getSymbolAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 359 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 305 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/ |
D | ARMMachObjectWriter.cpp | 455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
|