Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1102 StringRef FunctionSectionName = MBB.getParent()->getSection()->getName(); in getSectionForMachineBasicBlock() local
1103 if (FunctionSectionName == ".text" || in getSectionForMachineBasicBlock()
1104 FunctionSectionName.starts_with(".text.")) { in getSectionForMachineBasicBlock()
1114 Name += FunctionSectionName; in getSectionForMachineBasicBlock()
1126 Name = FunctionSectionName; in getSectionForMachineBasicBlock()