Home
last modified time | relevance | path

Searched refs:DWARFRecordSectionSplitter (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp17 DWARFRecordSectionSplitter::DWARFRecordSectionSplitter(StringRef SectionName) in DWARFRecordSectionSplitter() function in llvm::jitlink::DWARFRecordSectionSplitter
20 Error DWARFRecordSectionSplitter::operator()(LinkGraph &G) { in operator ()()
63 Error DWARFRecordSectionSplitter::processBlock( in processBlock()
H A DELF_x86_64.cpp365 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_x86_64()
H A DELF_loongarch.cpp474 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_loongarch()
H A DMachO_x86_64.cpp587 return DWARFRecordSectionSplitter(orc::MachOEHFrameSectionName); in createEHFrameSplitterPass_MachO_x86_64()
H A DELF_ppc64.cpp501 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_ppc64()
H A DMachO_arm64.cpp715 return DWARFRecordSectionSplitter(orc::MachOEHFrameSectionName); in createEHFrameSplitterPass_MachO_arm64()
H A DELF_aarch64.cpp706 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_aarch64()
H A DELF_riscv.cpp977 Config.PrePrunePasses.push_back(DWARFRecordSectionSplitter(".eh_frame")); in link_ELF_riscv()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.h21 class DWARFRecordSectionSplitter {
23 DWARFRecordSectionSplitter(StringRef SectionName);
/freebsd/lib/clang/libllvm/
H A DMakefile774 SRCS_EXT+= ExecutionEngine/JITLink/DWARFRecordSectionSplitter.cpp