Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp209 class HexagonCallFrameInformation : public MachineFunctionPass { class
213 HexagonCallFrameInformation() : MachineFunctionPass(ID) { in HexagonCallFrameInformation() function in __anon8713aa0b0111::HexagonCallFrameInformation
226 char HexagonCallFrameInformation::ID = 0;
230 bool HexagonCallFrameInformation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
240 INITIALIZE_PASS(HexagonCallFrameInformation, "hexagon-cfi",
244 return new HexagonCallFrameInformation(); in createHexagonCallFrameInformation()