Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DELF_ppc64.cpp174 G.mergeSections(*TOCSection, *gotSection); in addSingleRelocation()
176 G.mergeSections(*TOCSection, *tocSection); in addSingleRelocation()
178 G.mergeSections(*TOCSection, *sdataSection); in addSingleRelocation()
180 G.mergeSections(*TOCSection, *sbssSection); in addSingleRelocation()
184 G.mergeSections(*TOCSection, *tocbssSection); in addSingleRelocation()
186 G.mergeSections(*TOCSection, *pltSection); in addSingleRelocation()
/freebsd/contrib/llvm-project/lld/ELF/
H A DOutputSections.cpp201 std::vector<MergeSyntheticSection *> mergeSections; in finalizeInputSections() local
219 auto i = llvm::find_if(mergeSections, [=](MergeSyntheticSection *sec) { in finalizeInputSections()
233 if (i == mergeSections.end()) { in finalizeInputSections()
236 mergeSections.push_back(syn); in finalizeInputSections()
237 i = std::prev(mergeSections.end()); in finalizeInputSections()
257 for (auto *ms : mergeSections) in finalizeInputSections()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DELFNixPlatform.cpp705 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in addEHAndTLVSupportPasses()
H A DMachOPlatform.cpp1338 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in registerObjectPlatformSections()
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp218 void mergeSections();
743 mergeSections(); in run()
1422 void Writer::mergeSections() { in mergeSections() function in Writer
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1457 void mergeSections(Section &DstSection, Section &SrcSection,