/external/llvm/include/llvm/MC/ |
D | MCAsmLayout.h | 94 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const; 97 uint64_t getSymbolOffset(const MCSymbol &S) const;
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 104 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()
|
D | RuntimeDyldCOFFI386.h | 107 getSymbolOffset(*Symbol), 0, 0, false, 0); in processRelocationRef() 119 getSymbolOffset(*Symbol) + Addend); in processRelocationRef()
|
D | RuntimeDyldCOFFX86_64.h | 178 uint64_t TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 224 Layout.getSymbolOffset(*B) == in recordRelocation() 353 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldCOFF.h | 42 uint64_t getSymbolOffset(const SymbolRef &Sym);
|
D | RuntimeDyldCOFF.cpp | 71 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCAsmLayout.h | 97 uint64_t getSymbolOffset(const MCSymbolData *SD) const;
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAssembler.cpp | 104 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()
|
D | MCExpr.cpp | 335 Addend += (Layout->getSymbolOffset(&Asm->getSymbolData(A->getSymbol())) - in AttemptToFoldSymbolOffsetDifference() 336 Layout->getSymbolOffset(&Asm->getSymbolData(B->getSymbol()))); in AttemptToFoldSymbolOffsetDifference()
|
D | ELFObjectWriter.cpp | 194 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/ |
D | X86MachObjectWriter.cpp | 234 Value += Layout.getSymbolOffset(&SD) - Layout.getSymbolOffset(Base); in RecordX86_64Relocation() 521 FixedValue -= Layout.getSymbolOffset(SD); in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 243 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/ |
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 | WinCOFFObjectWriter.cpp | 349 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()
|
D | MCAssembler.cpp | 214 Value += Layout.getSymbolOffset(Sym); in evaluateFixup() 219 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup() 289 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) in computeFragmentSize()
|
D | MCExpr.cpp | 489 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference() 490 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
|
D | ELFObjectWriter.cpp | 362 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/ |
D | ObjectFile.h | 230 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const =0; 327 return OwningObject->getSymbolOffset(SymbolPimpl, Result); in getOffset()
|
D | MachO.h | 44 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
|
D | COFF.h | 97 virtual error_code getSymbolOffset(DataRefImpl Symb, uint64_t &Res) const;
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 360 FixedValue -= Layout.getSymbolOffset(*A); in RecordPPCRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 354 FixedValue -= Layout.getSymbolOffset(SD); in RecordRelocation()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 428 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/Object/ |
D | COFFObjectFile.cpp | 118 error_code COFFObjectFile::getSymbolOffset(DataRefImpl Symb, in getSymbolOffset() function in COFFObjectFile
|