Home
last modified time | relevance | path

Searched refs:PadRange (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h44 struct PadRange { struct
52 using RangeMapType = DenseMap<MCSymbol *, PadRange>; argument
DEHStreamer.cpp211 PadRange P = { i, j }; in computePadMap()
262 const PadRange &P = L->second; in computeCallSiteTable()
/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.h45 struct PadRange { struct
52 typedef DenseMap<MCSymbol *, PadRange> RangeMapType; argument
DEHStreamer.cpp202 PadRange P = { i, j }; in computePadMap()
253 const PadRange &P = L->second; in computeCallSiteTable()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfException.h74 struct PadRange { struct
81 typedef DenseMap<MCSymbol *, PadRange> RangeMapType; argument
DDwarfException.cpp262 const PadRange &P = L->second; in ComputeCallSiteTable()
377 PadRange P = { i, j }; in EmitExceptionTable()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp178 struct PadRange { struct
185 typedef DenseMap<MCSymbol*, PadRange> RangeMapType;
304 PadRange P = { i, j }; in EmitExceptionTable()
331 PadRange P = L->second; in EmitExceptionTable()