HomeSort by: relevance | last modified time | path
    Searched refs:endFunction (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 62 void endFunction(const MachineFunction *) override;
90 void endFunction(const MachineFunction *) override;
104 void endFunction(const MachineFunction *MF) override;
WasmException.h 29 void endFunction(const MachineFunction *MF) override;
WinCFGuard.h 39 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
46 void endFunction(const MachineFunction *MF) override;
PseudoProbePrinter.h 43 void endFunction(const MachineFunction *MF) override {}
AIXException.cpp 63 void AIXException::endFunction(const MachineFunction *MF) {
WinException.h 107 void endFunction(const MachineFunction *) override;
WasmException.cpp 44 void WasmException::endFunction(const MachineFunction *MF) {
WinCFGuard.cpp 34 void WinCFGuard::endFunction(const MachineFunction *MF) {
ARMException.cpp 58 /// endFunction - Gather and emit post-function exception information.
60 void ARMException::endFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 175 /// endFunction - Gather and emit post-function exception information.
177 void DwarfCFIException::endFunction(const MachineFunction *MF) {
DebugHandlerBase.cpp 406 void DebugHandlerBase::endFunction(const MachineFunction *MF) {
WinException.cpp 127 /// endFunction - Gather and emit post-function exception information.
129 void WinException::endFunction(const MachineFunction *MF) {
298 // right here, but is written by e.g. emitExceptionTable in endFunction()
AsmPrinter.cpp 1492 HI.Handler->endFunction(MF);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinterHandler.h 47 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
52 // before endFunction and cannot switch sections.
58 virtual void endFunction(const MachineFunction *MF) = 0;
DebugHandlerBase.h 124 void endFunction(const MachineFunction *MF) override;

Completed in 25 milliseconds