Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DMachineFunctionSplitter.cpp189 std::optional<StringRef> SectionPrefix = MF.getFunction().getSectionPrefix(); in runOnMachineFunction() local
190 if (SectionPrefix && in runOnMachineFunction()
191 (*SectionPrefix == "unlikely" || *SectionPrefix == "unknown")) { in runOnMachineFunction()