Home
last modified time | relevance | path

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

/freebsd/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()
240 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
249 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData()
256 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData()
265 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSiz in dumpCXXData()
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DIndirectionUtils.cpp366 auto SymAddress = Sym.getAddress(); in addFunctionPointerRelocationsToCurrentSymbol() local
384 uint64_t InstrStart = SymAddress.getValue() + I; in addFunctionPointerRelocationsToCurrentSymbol()
400 if (!PCRelAddr || *PCRelAddr != SymAddress.getValue()) in addFunctionPointerRelocationsToCurrentSymbol()
412 SymAddress + Sym.getOffset(); in addFunctionPointerRelocationsToCurrentSymbol()