Searched refs:SharedTypeIds (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.h45 /// SharedTypeIds - How many leading type ids two landing pads have in common.
46 static unsigned SharedTypeIds(const LandingPadInfo *L,
H A DDwarfException.cpp45 /// SharedTypeIds - How many leading type ids two landing pads have in common.
46 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L, function in class:DwarfException
124 unsigned NumShared = PrevLPI ? SharedTypeIds(LPI, PrevLPI) : 0;

Completed in 76 milliseconds