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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp83 uint64_t SymAddress, uint64_t SymSize,
85 uint64_t SymOffset = SymAddress - SecAddress;
107 uint64_t SymAddress, uint64_t SymSize, StringRef SymName,
109 uint64_t SymOffset = SymAddress - SecAddress;
210 uint64_t SymAddress = *SymAddressOrErr; local
213 uint64_t SymOffset = SymAddress - SecAddress;
239 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
255 collectRelocationOffsets(Obj, Sec, SecAddress, SymAddress, SymSize,
264 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSiz
81 collectRelocatedSymbols(const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef *I, StringRef *E) argument
105 collectRelocationOffsets( const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress, uint64_t SymAddress, uint64_t SymSize, StringRef SymName, std::map<std::pair<StringRef, uint64_t>, StringRef> &Collection) argument
[all...]

Completed in 109 milliseconds