| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAsmLayout.h | 97 bool getSymbolOffset(const MCSymbol &S, uint64_t &Val) const; 100 uint64_t getSymbolOffset(const MCSymbol &S) const;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 229 Layout.getSymbolOffset(*B) == in recordRelocation() 343 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 242 Value += Layout.getSymbolOffset(*Symbol) - in RecordX86_64Relocation() 243 Layout.getSymbolOffset(*RelSymbol); in RecordX86_64Relocation() 581 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 152 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout 156 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
|
| H A D | XCOFFObjectWriter.cpp | 665 return Layout.getSymbolOffset(*Sym); in recordRelocation() 673 return SectionMap[ContainingSect]->Address + Layout.getSymbolOffset(*Sym); in recordRelocation() 1169 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable() 1423 TrapEntry.TrapAddress = Layout.getSymbolOffset(*(Sym.MCSym)) + in assignAddressesAndIndices()
|
| H A D | MCAssembler.cpp | 262 Value += Layout.getSymbolOffset(Sym); in evaluateFixup() 267 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup() 374 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
|
| H A D | WasmObjectWriter.cpp | 524 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 581 C += Layout.getSymbolOffset(*SymA); in recordRelocation() 1647 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS), in writeOneObject() 1749 uint64_t Offset = Layout.getSymbolOffset(S); in writeOneObject() 1763 static_cast<uint32_t>(Layout.getSymbolOffset(S)), in writeOneObject()
|
| H A D | WinCOFFObjectWriter.cpp | 378 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue() 897 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation() 921 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
|
| H A D | ELFObjectWriter.cpp | 470 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue() 1469 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1502 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
|
| H A D | MCExpr.cpp | 649 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference() 650 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
|
| H A D | MachObjectWriter.cpp | 119 Layout.getSymbolOffset(S); in getSymbolAddress()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 456 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 577 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()
|