Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp208 class HexagonCallFrameInformation : public MachineFunctionPass { class
212 HexagonCallFrameInformation() : MachineFunctionPass(ID) { in HexagonCallFrameInformation() function in __anon84e51d500111::HexagonCallFrameInformation
225 char HexagonCallFrameInformation::ID = 0;
229 bool HexagonCallFrameInformation::runOnMachineFunction(MachineFunction &MF) { in runOnMachineFunction()
239 INITIALIZE_PASS(HexagonCallFrameInformation, "hexagon-cfi",
243 return new HexagonCallFrameInformation(); in createHexagonCallFrameInformation()