Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DBasicBlockSections.cpp235 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
239 EHPadsSectionID = EHPadsSectionID ? MBBSectionID::ExceptionSectionID in assignSections()
246 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
DMachineBasicBlock.cpp71 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1665 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
DTargetLoweringObjectFileImpl.cpp1050 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DMachineBasicBlock.h64 const static MBBSectionID ExceptionSectionID; member
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
DMIParser.cpp657 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()