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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 59 void beginFunction(const MachineFunction *MF) override;
87 void beginFunction(const MachineFunction *MF) override;
102 void beginFunction(const MachineFunction *MF) override {}
WasmException.h 27 void beginFunction(const MachineFunction *MF) override {}
WinCFGuard.h 39 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
41 void beginFunction(const MachineFunction *MF) override {}
45 /// beginFunction at all.
PseudoProbePrinter.h 42 void beginFunction(const MachineFunction *MF) override {}
WinException.h 102 void beginFunction(const MachineFunction *MF) override;
ARMException.cpp 38 void ARMException::beginFunction(const MachineFunction *MF) {
DwarfCFIException.cpp 88 void DwarfCFIException::beginFunction(const MachineFunction *MF) {
DebugHandlerBase.cpp 244 void DebugHandlerBase::beginFunction(const MachineFunction *MF) {
WinException.cpp 68 void WinException::beginFunction(const MachineFunction *MF) {
AsmPrinter.cpp 825 HI.Handler->beginFunction(MF);
3289 // AsmPrinterHandler::beginFunction).
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
AsmPrinterHandler.h 47 /// Every beginFunction(MF) call should be followed by an endFunction(MF)
49 virtual void beginFunction(const MachineFunction *MF) = 0;
57 /// beginFunction at all.
DebugHandlerBase.h 123 void beginFunction(const MachineFunction *MF) override;

Completed in 129 milliseconds