Searched refs:LocalVarDef (Results 1 – 2 of 2) sorted by relevance
54 struct LocalVarDef { struct72 uint64_t static toOpaqueValue(const LocalVarDef DR) { in toOpaqueValue() argument78 LocalVarDef static createFromOpaqueValue(uint64_t Val) { in createFromOpaqueValue() argument79 LocalVarDef DR; in createFromOpaqueValue()85 static_assert(sizeof(uint64_t) == sizeof(LocalVarDef));98 static LocalVarDef createDefRangeMem(uint16_t CVRegister, int Offset);103 MapVector<LocalVarDef,504 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {506 static inline CodeViewDebug::LocalVarDef getEmptyKey() {507 return CodeViewDebug::LocalVarDef::createFromOpaqueValue(~0ULL);[all …]
1246 CodeViewDebug::LocalVarDef1248 LocalVarDef DR; in createDefRangeMem()1300 LocalVarDef DefRange = in collectVariableInfoFromMFTable()1382 LocalVarDef DR; in calculateRanges()2841 LocalVarDef DefRange = Pair.first; in emitLocalVariable()