Searched refs:DebugLocEntry (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DebugLocEntry.h | 25 class DebugLocEntry { 87 DebugLocEntry(const MCSymbol *B, const MCSymbol *E, Value Val) in DebugLocEntry() function 96 bool MergeValues(const DebugLocEntry &Next) { in MergeValues() 113 bool MergeRanges(const DebugLocEntry &Next) { in MergeRanges() 125 void addValues(ArrayRef<DebugLocEntry::Value> Vals) { in addValues() 128 assert(std::all_of(Values.begin(), Values.end(), [](DebugLocEntry::Value V){ in addValues() 151 inline bool operator==(const DebugLocEntry::Value &A, 152 const DebugLocEntry::Value &B) { 160 case DebugLocEntry::Value::E_Location: 162 case DebugLocEntry::Value::E_Integer: [all …]
|
D | DwarfDebug.cpp | 758 static DebugLocEntry::Value getDebugLocValue(const MachineInstr *MI) { in getDebugLocValue() 770 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue() 773 return DebugLocEntry::Value(Expr, MI->getOperand(0).getImm()); in getDebugLocValue() 775 return DebugLocEntry::Value(Expr, MI->getOperand(0).getFPImm()); in getDebugLocValue() 777 return DebugLocEntry::Value(Expr, MI->getOperand(0).getCImm()); in getDebugLocValue() 818 DwarfDebug::buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc, in buildLocationList() 820 SmallVector<DebugLocEntry::Value, 4> OpenRanges; in buildLocationList() 837 [&](DebugLocEntry::Value R) { in buildLocationList() 857 DebugLocEntry Loc(StartLabel, EndLabel, Value); in buildLocationList() 947 SmallVector<DebugLocEntry, 8> Entries; in collectVariableInfo() [all …]
|
D | DwarfDebug.h | 45 class DebugLocEntry; variable 465 void buildLocationList(SmallVectorImpl<DebugLocEntry> &DebugLoc,
|