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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp204 class HexagonCallFrameInformation : public MachineFunctionPass { class in namespace:__anon4122
208 HexagonCallFrameInformation() : MachineFunctionPass(ID) { function in class:__anon4122::HexagonCallFrameInformation
221 char HexagonCallFrameInformation::ID = 0;
225 bool HexagonCallFrameInformation::runOnMachineFunction(MachineFunction &MF) {
235 INITIALIZE_PASS(HexagonCallFrameInformation, "hexagon-cfi",
239 return new HexagonCallFrameInformation();

Completed in 105 milliseconds