HomeSort by relevance Sort by last modified time
    Searched refs:SharedTypeIds (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfException.h 66 /// SharedTypeIds - How many leading type ids two landing pads have in common.
67 static unsigned SharedTypeIds(const LandingPadInfo *L,
DwarfException.cpp 46 /// SharedTypeIds - How many leading type ids two landing pads have in common.
47 unsigned DwarfException::SharedTypeIds(const LandingPadInfo *L,
125 unsigned NumShared = PrevLPI ? SharedTypeIds(LPI, PrevLPI) : 0;
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 139 /// SharedTypeIds - How many leading type ids two landing pads have in common.
140 static unsigned SharedTypeIds(const LandingPadInfo *L,
248 const unsigned NumShared = i ? SharedTypeIds(LP, LandingPads[i-1]) : 0;

Completed in 28 milliseconds