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.cpp1039 StringRef FunctionSectionName = MBB.getParent()->getSection()->getName(); in getSectionForMachineBasicBlock() local
1040 if (FunctionSectionName == ".text" || in getSectionForMachineBasicBlock()
1041 FunctionSectionName.starts_with(".text.")) { in getSectionForMachineBasicBlock()
1051 Name += FunctionSectionName; in getSectionForMachineBasicBlock()
1063 Name = FunctionSectionName; in getSectionForMachineBasicBlock()