/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCAssembler.h | 161 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const; 164 uint64_t getSymbolOffset(const MCSymbol &S) const;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64MachObjectWriter.cpp | 227 Asm.getSymbolOffset(*B) == in recordRelocation() 343 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*Base); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldCOFF.h | 46 uint64_t getSymbolOffset(const SymbolRef &Sym);
|
H A D | RuntimeDyldCOFF.cpp | 77 uint64_t RuntimeDyldCOFF::getSymbolOffset(const SymbolRef &Sym) { in getSymbolOffset() function in llvm::RuntimeDyldCOFF
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MachObjectWriter.cpp | 233 Value += Asm.getSymbolOffset(*Symbol) - Asm.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 567 FixedValue -= Asm.getSymbolOffset(*A); in RecordX86Relocation()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCAssembler.cpp | 210 Value += getSymbolOffset(Sym); in evaluateFixup() 215 Value -= getSymbolOffset(Sym); in evaluateFixup() 321 if (!getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize() 507 bool MCAssembler::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAssembler 511 uint64_t MCAssembler::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAssembler
|
H A D | WasmObjectWriter.cpp | 519 C += FixupOffset - Asm.getSymbolOffset(SymB); in recordRelocation() 576 C += Asm.getSymbolOffset(*SymA); in recordRelocation() 1657 DataSection.getSegmentIndex(), Asm.getSymbolOffset(WS), in writeOneObject() 1759 uint64_t Offset = Asm.getSymbolOffset(S); in writeOneObject() 1773 static_cast<uint32_t>(Asm.getSymbolOffset(S)), in writeOneObject()
|
H A D | XCOFFObjectWriter.cpp | 679 return Asm.getSymbolOffset(*Sym); in recordRelocation() 687 return SectionMap[ContainingSect]->Address + Asm.getSymbolOffset(*Sym); in recordRelocation() 1231 Sym, Csect, SectionIndex, Asm.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable() 1485 TrapEntry.TrapAddress = Asm.getSymbolOffset(*(Sym.MCSym)) + in assignAddressesAndIndices()
|
H A D | WinCOFFObjectWriter.cpp | 347 if (!Asm.getSymbolOffset(Symbol, Res)) in getSymbolValue() 864 int64_t OffsetOfB = Asm.getSymbolOffset(*B); in recordRelocation() 888 FixedValue += Asm.getSymbolOffset(A); in recordRelocation()
|
H A D | ELFObjectWriter.cpp | 337 if (!Asm.getSymbolOffset(Sym, Res)) in symbolValue() 1366 C += FixupOffset - Asm.getSymbolOffset(SymB); in recordRelocation() 1399 ? C + Asm.getSymbolOffset(*SymA) in recordRelocation()
|
H A D | MCExpr.cpp | 640 Addend += Asm->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference() 641 Asm->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
|
H A D | MachObjectWriter.cpp | 130 Asm.getSymbolOffset(S); in getSymbolAddress()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldCOFFI386.h | 75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
H A D | RuntimeDyldCOFFX86_64.h | 241 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
H A D | RuntimeDyldCOFFThumb.h | 144 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
H A D | RuntimeDyldCOFFAArch64.h | 189 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMachObjectWriter.cpp | 438 FixedValue -= Asm.getSymbolOffset(*A); in recordRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 568 Value = Asm.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()
|