Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h55 void endFunction(const MachineFunction *) override;
82 void endFunction(const MachineFunction *) override;
114 void endFunction(const MachineFunction *) override;
DAsmPrinterHandler.h47 virtual void endFunction(const MachineFunction *MF) = 0;
DEHStreamer.h128 void endFunction(const MachineFunction *) override;
DWin64Exception.cpp90 void Win64Exception::endFunction(const MachineFunction *) { in endFunction() function in Win64Exception
DWinCodeViewLineTables.h134 void endFunction(const MachineFunction *) override;
DDwarfCFIException.cpp138 void DwarfCFIException::endFunction(const MachineFunction *) { in endFunction() function in DwarfCFIException
DARMException.cpp75 void ARMException::endFunction(const MachineFunction *) { in endFunction() function in ARMException
DWinCodeViewLineTables.cpp306 void WinCodeViewLineTables::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::WinCodeViewLineTables
DDwarfDebug.h588 void endFunction(const MachineFunction *MF) override;
DEHStreamer.cpp704 void EHStreamer::endFunction(const MachineFunction *) { in endFunction() function in EHStreamer
DAsmPrinter.cpp862 HI.Handler->endFunction(MF); in EmitFunctionBody()
DDwarfDebug.cpp1534 void DwarfDebug::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfDebug
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java105 handler.endFunction(token); in parsePropertyValue()
214 void endFunction(String token); in endFunction() method
DStylingPolicy.java193 public void endFunction(String token) { in sanitizeCssProperties()