Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSections.cpp347 auto XSectionID = X.getSectionID(); in runOnMachineFunction() local
349 if (XSectionID != YSectionID) in runOnMachineFunction()
350 return MBBSectionOrder(XSectionID, YSectionID); in runOnMachineFunction()
356 if (XSectionID.Type == MBBSectionID::SectionType::Default) in runOnMachineFunction()