Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/wasm/
H A DSyntheticSections.h419 class RelocSection : public SyntheticSection {
421 RelocSection(StringRef name, OutputSection *sec)
H A DSyntheticSections.cpp883 void RelocSection::writeBody() { in writeBody()
H A DWriter.cpp197 addSection(make<RelocSection>(name, sec)); in createRelocSections()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DMachODump.cpp7851 SectionRef RelocSection = Obj->getAnyRelocationSection(RE); in findUnwindRelocNameAddend() local
7853 uint64_t SectionAddr = RelocSection.getAddress(); in findUnwindRelocNameAddend()
7859 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()
7873 if (RelocSection == *SymSection) { in findUnwindRelocNameAddend()
7882 if (Expected<StringRef> NameOrErr = RelocSection.getName()) in findUnwindRelocNameAddend()