Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1036 StringRef FunctionSectionName = MBB.getParent()->getSection()->getName(); in getSectionForMachineBasicBlock() local
1037 if (FunctionSectionName.equals(".text") || in getSectionForMachineBasicBlock()
1038 FunctionSectionName.starts_with(".text.")) { in getSectionForMachineBasicBlock()
1048 Name += FunctionSectionName; in getSectionForMachineBasicBlock()
1060 Name = FunctionSectionName; in getSectionForMachineBasicBlock()