Searched defs:endFunction (Results 1 – 7 of 7) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ | ||
D | Win64Exception.cpp | 90 void Win64Exception::endFunction(const MachineFunction *) { in endFunction() function in Win64Exception |
D | DwarfCFIException.cpp | 138 void DwarfCFIException::endFunction(const MachineFunction *) { in endFunction() function in DwarfCFIException |
D | ARMException.cpp | 75 void ARMException::endFunction(const MachineFunction *) { in endFunction() function in ARMException |
D | WinCodeViewLineTables.cpp | 306 void WinCodeViewLineTables::endFunction(const MachineFunction *MF) { in endFunction() function in llvm::WinCodeViewLineTables |
D | EHStreamer.cpp | 704 void EHStreamer::endFunction(const MachineFunction *) { in endFunction() function in EHStreamer |
D | DwarfDebug.cpp | 1534 void DwarfDebug::endFunction(const MachineFunction *MF) { in endFunction() function in DwarfDebug |
/external/owasp/sanitizer/src/main/org/owasp/html/ | ||
D | CssGrammar.java | 214 void endFunction(String token); in endFunction() method |