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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cxxdump/
H A Dllvm-cxxdump.cpp82 const SectionRef &Sec, uint64_t SecAddress,
85 uint64_t SymOffset = SymAddress - SecAddress;
106 const ObjectFile *Obj, const SectionRef &Sec, uint64_t SecAddress,
109 uint64_t SymOffset = SymAddress - SecAddress;
211 uint64_t SecAddress = Sec.getAddress(); local
213 uint64_t SymOffset = SymAddress - SecAddress;
222 collectRelocationOffsets(Obj, Sec, SecAddress, SecAddress, SecSize,
239 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddress, SymSize, I, E);
248 collectRelocatedSymbols(Obj, Sec, SecAddress, SymAddres
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...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp256 const object::SectionedAddress SecAddress{
260 if (!CUI.LineTable->lookupAddressRange(SecAddress, RangeSize, RowVector)) {

Completed in 95 milliseconds