Searched refs:SymAddress (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cxxdump/ |
| H A D | llvm-cxxdump.cpp | 84 uint64_t SymAddress, uint64_t SymSize, in collectRelocatedSymbols() argument 86 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 108 uint64_t SymAddress, uint64_t SymSize, StringRef SymName, in collectRelocationOffsets() argument 110 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 211 uint64_t SymAddress = *SymAddressOrErr; in dumpCXXData() local 214 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() 256 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() 285 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() 294 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() 314 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | IndirectionUtils.cpp | 406 auto SymAddress = Sym.getAddress(); in addFunctionPointerRelocationsToCurrentSymbol() local 424 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol() 440 if (!PCRelAddr || *PCRelAddr != SymAddress.getValue()) in addFunctionPointerRelocationsToCurrentSymbol() 452 SymAddress + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()
|
| /llvm-project-15.0.7/llvm/tools/dsymutil/ |
| H A D | DwarfLinkerForBinary.cpp | 787 uint64_t SymAddress; in findValidRelocsMachO() local 794 SymAddress = Obj.getScatteredRelocationValue(MachOReloc); in findValidRelocsMachO() 795 SymOffset = int64_t(Addend) - SymAddress; in findValidRelocsMachO() 797 SymAddress = Addend; in findValidRelocsMachO() 812 } else if (const auto *Mapping = DMO.lookupObjectAddress(SymAddress)) { in findValidRelocsMachO()
|