Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/CodeGen/
DBasicBlockSections.cpp260 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
265 ? MBBSectionID::ExceptionSectionID in assignSections()
272 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
DMachineBasicBlock.cpp71 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1578 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
DTargetLoweringObjectFileImpl.cpp921 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h65 const static MBBSectionID ExceptionSectionID; member
/external/llvm-project/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp635 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()