Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DUnwindInfoSection.h38 void prepareRelocations();
42 virtual void prepareRelocations(ConcatInputSection *) = 0;
H A DUnwindInfoSection.cpp109 void prepareRelocations(ConcatInputSection *) override;
138 void UnwindInfoSection::prepareRelocations() { in prepareRelocations() function in UnwindInfoSection
140 prepareRelocations(isec); in prepareRelocations()
157 void UnwindInfoSectionImpl<Ptr>::prepareRelocations(ConcatInputSection *isec) { in prepareRelocations() function in UnwindInfoSectionImpl
H A DWriter.cpp669 in.unwindInfo->prepareRelocations(); in scanRelocations()