Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp223 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
227 EHPadsSectionID = EHPadsSectionID ? MBBSectionID::ExceptionSectionID in assignSections()
234 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
H A DMachineBasicBlock.cpp73 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1787 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
H A DTargetLoweringObjectFileImpl.cpp1047 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h67 const static MBBSectionID ExceptionSectionID; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp659 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()