Searched refs:PadRange (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/AsmPrinter/
H A DDwarfException.h53 /// PadRange - Structure holding a try-range and the associated landing pad.
54 struct PadRange { struct in class:llvm::DwarfException
61 typedef DenseMap<MCSymbol *, PadRange> RangeMapType;
H A DDwarfException.cpp263 const PadRange &P = L->second;
378 PadRange P = { i, j };
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp177 /// PadRange - Structure holding a try-range and the associated landing pad.
178 struct PadRange {
185 typedef DenseMap<MCSymbol*, PadRange> RangeMapType;
304 PadRange P = { i, j };
331 PadRange P = L->second;

Completed in 117 milliseconds