Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h127 getSymbolOffset(*Symbol), 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
134 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
146 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
153 getSymbolOffset(*Symbol), 0, 0, false, 0, IsTargetThumbFunc); in processRelocationRef()
162 getSymbolOffset(*Symbol) + Addend, true, 0); in processRelocationRef()
DRuntimeDyldCOFFI386.h107 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
119 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmLayout.h94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
/external/llvm/include/llvm/MC/
DMCAsmLayout.h94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const;
97 uint64_t getSymbolOffset(const MCSymbol &S) const;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldCOFFThumb.h104 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
116 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
123 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
132 getSymbolOffset(*Symbol) + Addend, true, 0); in processRelocationRef()
DRuntimeDyldCOFFI386.h107 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef()
119 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
DRuntimeDyldCOFFX86_64.h178 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp232 Layout.getSymbolOffset(*B) == in recordRelocation()
346 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp224 Layout.getSymbolOffset(*B) == in recordRelocation()
353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h42 uint64_t getSymbolOffset(const SymbolRef &Sym);
DRuntimeDyldCOFF.cpp74 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldCOFF.h42 uint64_t getSymbolOffset(const SymbolRef &Sym);
DRuntimeDyldCOFF.cpp71 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCAsmLayout.h97 uint64_t getSymbolOffset(const MCSymbolData *SD) const;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp104 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbolData *SD) const { in getSymbolOffset() function in MCAsmLayout
124 Offset += getSymbolOffset(&Assembler.getSymbolData( in getSymbolOffset()
127 Offset -= getSymbolOffset(&Assembler.getSymbolData( in getSymbolOffset()
280 Value += Layout.getSymbolOffset(&getSymbolData(Sym)); in EvaluateFixup()
287 Value -= Layout.getSymbolOffset(&getSymbolData(Sym)); in EvaluateFixup()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp234 Value += Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(Base); in RecordX86_64Relocation()
521 FixedValue -= Layout.getSymbolOffset(SD); in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp243 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
244 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
580 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp243 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation()
244 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation()
582 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCFragment.cpp130 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout
134 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
/external/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
DWinCOFFObjectWriter.cpp349 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue()
703 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation()
709 int64_t OffsetOfA = Layout.getSymbolOffset(A); in recordRelocation()
735 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
DMCAssembler.cpp214 Value += Layout.getSymbolOffset(Sym); in evaluateFixup()
219 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup()
289 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) in computeFragmentSize()
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h230 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const =0;
327 return OwningObject->getSymbolOffset(SymbolPimpl, Result); in getOffset()
DMachO.h44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
DCOFF.h97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;

12