Home
last modified time | relevance | path

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

12

/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/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp224 Layout.getSymbolOffset(*B) == in recordRelocation()
353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
/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()
DMCExpr.cpp335 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) - in AttemptToFoldSymbolOffsetDifference()
336 Layout->getSymbolOffset(&Asm->getSymbolData(B->getSymbol()))); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp194 return Layout.getSymbolOffset(&Data)+1; in SymbolValue()
196 return Layout.getSymbolOffset(&Data); in SymbolValue()
417 int64_t a = Layout.getSymbolOffset(&SDB); in RecordRelocation()
431 Value += Layout.getSymbolOffset(&SD); in RecordRelocation()
/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/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/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()
DMCExpr.cpp489 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference()
490 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp362 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue()
667 uint64_t SymBOffset = Layout.getSymbolOffset(SymB); in recordRelocation()
692 C += Layout.getSymbolOffset(*SymA); in recordRelocation()
/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;
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp360 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp354 FixedValue -= Layout.getSymbolOffset(SD); in RecordRelocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp428 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/Object/
DCOFFObjectFile.cpp118 error_code COFFObjectFile::getSymbolOffset(DataRefImpl Symb, in getSymbolOffset() function in COFFObjectFile

12