Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h60 void endFunction(const MachineFunction *) override;
91 void endFunction(const MachineFunction *) override;
106 void endFunction(const MachineFunction *MF) override;
H A DWinCFGuard.h44 void endFunction(const MachineFunction *MF) override;
H A DWasmException.h31 void endFunction(const MachineFunction *MF) override;
H A DAIXException.cpp75 void AIXException::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::AIXException
H A DWinException.h112 void endFunction(const MachineFunction *) override;
H A DWasmException.cpp45 void WasmException::endFunction(const MachineFunction *MF) { in endFunction() function in WasmException
H A DWinCFGuard.cpp32 void WinCFGuard::endFunction(const MachineFunction *MF) { in endFunction() function in WinCFGuard
H A DDwarfCFIException.cpp146 /// endFunction - Gather and emit post-function exception information.
148 void DwarfCFIException::endFunction(const MachineFunction *MF) { in endFunction()
147 void DwarfCFIException::endFunction(const MachineFunction *MF) { endFunction() function in DwarfCFIException
H A DARMException.cpp58 void ARMException::endFunction(const MachineFunction *MF) { in endFunction() function in ARMException
H A DDebugHandlerBase.cpp414 void DebugHandlerBase::endFunction(const MachineFunction *MF) { in endInstruction()
417 void DebugHandlerBase::endFunction(const MachineFunction *MF) { endFunction() function in DebugHandlerBase
H A DWinException.cpp122 /// endFunction - Gather and emit post-function exception information.
124 void WinException::endFunction(const MachineFunction *MF) { in endFunction() function in WinException
285 // right here, but is written by e.g. emitExceptionTable in endFunction() in endFuncletImpl()
H A DAsmPrinter.cpp2109 Handler->endFunction(MF); in emitGlobalAlias()
2111 Handler->endFunction(MF); in emitGlobalAlias()
/llvm-project/offload/include/OpenMP/OMPT/
H A DInterface.h261 endFunction(std::get<1>(Callbacks)) {
276 InvokeInterfaceFunction(endFunction, Arguments, IndexSequence); in ReturnAddressSetterRAII()
281 typename CallbackPairTy::second_type endFunction; in ~ReturnAddressSetterRAII()
252 typename CallbackPairTy::second_type endFunction; global() variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h43 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
48 // before endFunction and cannot switch sections.
52 virtual void endFunction(const MachineFunction *MF) = 0;
H A DDebugHandlerBase.h129 void endFunction(const MachineFunction *MF) override;
/llvm-project/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp391 virtual void endFunction(const MachineFunction *MF) override {}
390 virtual void endFunction(const MachineFunction *MF) override {} endFunction() function in __anon07ae94fc0111::AsmPrinterHandlerTest::TestHandler