| /netbsd-src/external/apache2/llvm/dist/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;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 231 Layout.getSymbolOffset(*B) == in recordRelocation() 345 Layout.getSymbolOffset(*Symbol) - Layout.getSymbolOffset(*Base); in recordRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/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
|
| /netbsd-src/external/apache2/llvm/dist/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() 578 FixedValue -= Layout.getSymbolOffset(*A); in RecordX86Relocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCFragment.cpp | 148 bool MCAsmLayout::getSymbolOffset(const MCSymbol &S, uint64_t &Val) const { in getSymbolOffset() function in MCAsmLayout 152 uint64_t MCAsmLayout::getSymbolOffset(const MCSymbol &S) const { in getSymbolOffset() function in MCAsmLayout
|
| H A D | MCAssembler.cpp | 258 Value += Layout.getSymbolOffset(Sym); in evaluateFixup() 263 Value -= Layout.getSymbolOffset(Sym); in evaluateFixup() 362 if (!Layout.getSymbolOffset(A->getSymbol(), Val)) { in computeFragmentSize()
|
| H A D | WinCOFFObjectWriter.cpp | 340 if (!Layout.getSymbolOffset(Symbol, Res)) in getSymbolValue() 755 int64_t OffsetOfB = Layout.getSymbolOffset(*B); in recordRelocation() 778 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
|
| H A D | WasmObjectWriter.cpp | 476 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 526 C += Layout.getSymbolOffset(*SymA); in recordRelocation() 1585 DataSection.getSegmentIndex(), Layout.getSymbolOffset(WS), in writeOneObject() 1687 uint64_t Offset = Layout.getSymbolOffset(S); in writeOneObject() 1701 static_cast<uint32_t>(Layout.getSymbolOffset(S)), in writeOneObject()
|
| H A D | XCOFFObjectWriter.cpp | 429 (Sym->isDefined() ? Layout.getSymbolOffset(*Sym) : 0); in recordRelocation() 793 Sym, Csect, SectionIndex, Layout.getSymbolOffset(*(Sym.MCSym))); in writeSymbolTable()
|
| H A D | MCExpr.cpp | 639 Addend += Layout->getSymbolOffset(A->getSymbol()) - in AttemptToFoldSymbolOffsetDifference() 640 Layout->getSymbolOffset(B->getSymbol()); in AttemptToFoldSymbolOffsetDifference()
|
| H A D | ELFObjectWriter.cpp | 465 if (!Layout.getSymbolOffset(Sym, Res)) in SymbolValue() 1449 C += FixupOffset - Layout.getSymbolOffset(SymB); in recordRelocation() 1478 ? C + Layout.getSymbolOffset(*SymA) in recordRelocation()
|
| H A D | MachObjectWriter.cpp | 117 Layout.getSymbolOffset(S); in getSymbolAddress()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
| H A D | RuntimeDyldCOFFI386.h | 75 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFX86_64.h | 234 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFThumb.h | 122 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
| H A D | RuntimeDyldCOFFAArch64.h | 188 TargetOffset = getSymbolOffset(*Symbol); in processRelocationRef()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/ |
| H A D | ARMMachObjectWriter.cpp | 455 FixedValue -= Layout.getSymbolOffset(*A); in recordRelocation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 372 Value = Layout.getSymbolOffset(SA) + AUIPCTarget.getConstant(); in evaluateTargetFixup()
|