Home
last modified time | relevance | path

Searched refs:SecAddress (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp86 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols()
107 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument
110 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets()
212 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData() local
214 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData()
223 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, 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/JITLink/
H A DJITLink.cpp124 orc::ExecutorAddr SecAddress(~uint64_t(0)); in printEdge() local
126 if (B->getAddress() < SecAddress) in printEdge()
127 SecAddress = B->getAddress(); in printEdge()
129 orc::ExecutorAddrDiff SecDelta = TargetSym.getAddress() - SecAddress; in printEdge()
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp257 const object::SectionedAddress SecAddress{ in convertFunctionLineTable() local
261 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()