Home
last modified time | relevance | path

Searched refs:InstrRanges (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.h33 typedef SmallVector<InstrRange, 4> InstrRanges; typedef
36 typedef MapVector<InlinedVariable, InstrRanges> InstrRangesMap;
DDwarfDebug.h444 const DbgValueHistoryMap::InstrRanges &Ranges);
DDwarfDebug.cpp830 const DbgValueHistoryMap::InstrRanges &Ranges) { in buildLocationList()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDbgValueHistoryCalculator.h35 using InstrRanges = SmallVector<InstrRange, 4>; variable
38 using InstrRangesMap = MapVector<InlinedVariable, InstrRanges>;
DDbgValueHistoryCalculator.cpp278 const InstrRanges &Ranges = VarRangePair.second; in dump()
DCodeViewDebug.h179 const DbgValueHistoryMap::InstrRanges &Ranges);
DDwarfDebug.h478 const DbgValueHistoryMap::InstrRanges &Ranges);
DDwarfDebug.cpp1053 const DbgValueHistoryMap::InstrRanges &Ranges) { in buildLocationList()
DCodeViewDebug.cpp1108 LocalVariable &Var, const DbgValueHistoryMap::InstrRanges &Ranges) { in calculateRanges()