Home
last modified time | relevance | path

Searched refs:SymAddress (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp84 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 …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp365 auto SymAddress = Sym.getAddress(); in addFunctionPointerRelocationsToCurrentSymbol() local
383 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol()
399 if (!PCRelAddr || *PCRelAddr != SymAddress.getValue()) in addFunctionPointerRelocationsToCurrentSymbol()
411 SymAddress + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()