Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7702 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend() local
7704 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend()
7710 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()
7724 if (RelocSection == *SymSection) { in findUnwindRelocNameAddend()
7733 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()