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.cpp226 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
230 EHPadsSectionID = EHPadsSectionID ? MBBSectionID::ExceptionSectionID in assignSections()
237 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
H A DMachineBasicBlock.cpp73 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1810 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
H A DTargetLoweringObjectFileImpl.cpp1110 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h71 LLVM_ABI const static MBBSectionID ExceptionSectionID; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp667 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()