Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp83 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() argument
86 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()
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()
[all …]
/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLink.cpp144 orc::ExecutorAddr SecAddress(~uint64_t(0)); in printEdge() local
146 if (B->getAddress() < SecAddress) in printEdge()
147 SecAddress = B->getAddress(); in printEdge()
149 orc::ExecutorAddrDiff SecDelta = TargetSym.getAddress() - SecAddress; in printEdge()
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp317 const object::SectionedAddress SecAddress{ in convertFunctionLineTable()
321 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
320 const object::SectionedAddress SecAddress{ convertFunctionLineTable() local