Home
last modified time | relevance | path

Searched refs:PadLT (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
DDwarfException.h51 static bool PadLT(const LandingPadInfo *L, const LandingPadInfo *R);
DDwarfException.cpp61 bool DwarfException::PadLT(const LandingPadInfo *L, const LandingPadInfo *R) { in PadLT() function in DwarfException
360 std::sort(LandingPads.begin(), LandingPads.end(), PadLT); in EmitExceptionTable()