Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h57 void beginFunction(const MachineFunction *MF) override;
88 void beginFunction(const MachineFunction *MF) override;
105 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
H A DWinCFGuard.h39 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
H A DWasmException.h30 void beginFunction(const MachineFunction *MF) override {} in beginFunction() function
H A DWinException.h107 void beginFunction(const MachineFunction *MF) override;
H A DDwarfCFIException.cpp59 void DwarfCFIException::beginFunction(const MachineFunction *MF) { in beginFunction()
58 void DwarfCFIException::beginFunction(const MachineFunction *MF) { beginFunction() function in DwarfCFIException
H A DARMException.cpp31 void ARMException::beginFunction(const MachineFunction *MF) { in beginFunction() function in ARMException
H A DDebugHandlerBase.cpp255 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { in hasDebugInfo()
258 void DebugHandlerBase::beginFunction(const MachineFunction *MF) { beginFunction() function in DebugHandlerBase
H A DWinException.cpp63 void WinException::beginFunction(const MachineFunction *MF) { in beginFunction() function in WinException
H A DAsmPrinter.cpp1058 Handler->beginFunction(MF); in emitFunctionEntryLabel()
1062 Handler->beginFunction(MF); in emitFunctionEntryLabel()
4314 // beginFunction). in emitPatchableFunctionEntries()
/llvm-project/offload/include/OpenMP/OMPT/
H A DInterface.h260 : Arguments(Args...), beginFunction(std::get<0>(Callbacks)),
270 InvokeInterfaceFunction(beginFunction, Arguments, IndexSequence); in ReturnAddressSetterRAII()
280 typename CallbackPairTy::first_type beginFunction; in ~ReturnAddressSetterRAII()
251 typename CallbackPairTy::first_type beginFunction; global() variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DAsmPrinterHandler.h43 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
45 virtual void beginFunction(const MachineFunction *MF) = 0;
55 /// function. Always called immediately after beginFunction for the first
H A DDebugHandlerBase.h128 void beginFunction(const MachineFunction *MF) override;
/llvm-project/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp390 virtual void beginFunction(const MachineFunction *MF) override {} in endFunction()
389 virtual void beginFunction(const MachineFunction *MF) override {} beginFunction() function in __anon07ae94fc0111::AsmPrinterHandlerTest::TestHandler