Searched refs:SecAddress (Results 1 – 4 of 4) sorted by relevance
/external/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 78 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() argument 81 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 102 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument 105 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 204 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData() local 206 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() 215 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData() 232 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 241 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 248 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() [all …]
|
/external/llvm-project/llvm/tools/llvm-cxxdump/ |
D | llvm-cxxdump.cpp | 82 const SectionRef &Sec, uint64_t SecAddress, in collectRelocatedSymbols() argument 85 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocatedSymbols() 106 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, in collectRelocationOffsets() argument 109 uint64_t SymOffset = SymAddress - SecAddress; in collectRelocationOffsets() 211 uint64_t SecAddress = Sec.getAddress(); in dumpCXXData() local 213 uint64_t SymOffset = SymAddress - SecAddress; in dumpCXXData() 222 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize, in dumpCXXData() 239 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 248 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E); in dumpCXXData() 255 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize, in dumpCXXData() [all …]
|
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
D | JITLink.cpp | 152 JITTargetAddress SecAddress = ~JITTargetAddress(0); in printEdge() local 154 if (B->getAddress() < SecAddress) in printEdge() 155 SecAddress = B->getAddress(); in printEdge() 157 JITTargetAddress SecDelta = TargetSym.getAddress() - SecAddress; in printEdge()
|
/external/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 256 const object::SectionedAddress SecAddress{ in convertFunctionLineTable() local 260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) { in convertFunctionLineTable()
|