Searched refs:DWARFRecordSectionSplitter (Results 1 – 10 of 10) sorted by relevance
17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter() function in llvm::jitlink::DWARFRecordSectionSplitter20 Error DWARFRecordSectionSplitter::operator()(LinkGraph &G) { in operator ()()63 Error DWARFRecordSectionSplitter::processBlock( in processBlock()
190 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_loongarch()
370 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_x86_64()
608 return DWARFRecordSectionSplitter("__TEXT,__eh_frame"); in createEHFrameSplitterPass_MachO_arm64()
602 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_aarch64()
534 return DWARFRecordSectionSplitter("__TEXT,__eh_frame"); in createEHFrameSplitterPass_MachO_x86_64()
497 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_ppc64()
971 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_riscv()
21 class DWARFRecordSectionSplitter {23 DWARFRecordSectionSplitter(StringRef SectionName);
701 SRCS_EXT+= ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp