Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp266 EHPadsSectionID != MBBSectionID::ExceptionSectionID) { in assignSections()
271 ? MBBSectionID::ExceptionSectionID in assignSections()
278 if (EHPadsSectionID == MBBSectionID::ExceptionSectionID) in assignSections()
H A DMachineBasicBlock.cpp72 } else if (SectionID == MBBSectionID::ExceptionSectionID) { in getSymbol()
1652 MBBSectionID::ExceptionSectionID(MBBSectionID::SectionType::Exception);
H A DTargetLoweringObjectFileImpl.cpp981 } else if (MBB.getSectionID() == MBBSectionID::ExceptionSectionID) { in getSectionForMachineBasicBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineBasicBlock.h65 const static MBBSectionID ExceptionSectionID; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp632 SID = MBBSectionID::ExceptionSectionID; in parseSectionID()