Searched refs:FunctionSectionName (Results 1 – 1 of 1) sorted by relevance
1036 StringRef FunctionSectionName = MBB.getParent()->getSection()->getName(); in getSectionForMachineBasicBlock() local1037 if (FunctionSectionName.equals(".text") || in getSectionForMachineBasicBlock()1038 FunctionSectionName.starts_with(".text.")) { in getSectionForMachineBasicBlock()1048 Name += FunctionSectionName; in getSectionForMachineBasicBlock()1060 Name = FunctionSectionName; in getSectionForMachineBasicBlock()