Home
last modified time | relevance | path

Searched refs:ExceptionSectionID (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp214 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
218 EHPadsSectionID = EHPadsSectionID ? MBBSectionID::ExceptionSectionID in assignSections()
225 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
H A DMachineBasicBlock.cpp73 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1759 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
H A DTargetLoweringObjectFileImpl.cpp1044 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h64 const static MBBSectionID ExceptionSectionID; member
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp659 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()