Searched refs:FunctionSectionName (Results 1 – 1 of 1) sorted by relevance
1039 StringRef FunctionSectionName = MBB.getParent()->getSection()->getName(); in getSectionForMachineBasicBlock() local1040 if (FunctionSectionName == ".text" || in getSectionForMachineBasicBlock()1041 FunctionSectionName.starts_with(".text.")) { in getSectionForMachineBasicBlock()1051 Name += FunctionSectionName; in getSectionForMachineBasicBlock()1063 Name = FunctionSectionName; in getSectionForMachineBasicBlock()