Searched refs:mergeSections (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | ELF_ppc64.cpp | 174 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 D | OutputSections.cpp | 201 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 D | DebuggerSupportPlugin.cpp |
|
H A D | ELFNixPlatform.cpp | 705 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in addEHAndTLVSupportPasses()
|
H A D | MachOPlatform.cpp | 1338 G.mergeSections(*ThreadDataSection, *ThreadBSSSection); in registerObjectPlatformSections()
|
/freebsd/contrib/llvm-project/lld/COFF/ |
H A D | Writer.cpp | 218 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 D | JITLink.h | 1457 void mergeSections(Section &DstSection, Section &SrcSection,
|