Searched refs:LocalVarDef (Results 1 – 2 of 2) sorted by relevance
57 struct LocalVarDef { struct75 uint64_t static toOpaqueValue(const LocalVarDef DR) { in toOpaqueValue() argument81 LocalVarDef static createFromOpaqueValue(uint64_t Val) { in createFromOpaqueValue() argument82 LocalVarDef DR; in createFromOpaqueValue()88 static_assert(sizeof(uint64_t) == sizeof(LocalVarDef));106 MapVector<LocalVarDef,529 template <> struct DenseMapInfo<CodeViewDebug::LocalVarDef> {531 static inline CodeViewDebug::LocalVarDef getEmptyKey() {543 static bool isEqual(const CodeViewDebug::LocalVarDef &LHS,545 return CodeViewDebug::LocalVarDef::toOpaqueValue(LHS) ==[all …]
1262 CodeViewDebug::LocalVarDef1264 LocalVarDef DR; in createDefRangeMem()1318 LocalVarDef DefRange = in collectVariableInfoFromMFTable()1406 LocalVarDef DR; in calculateRanges()2874 LocalVarDef DefRange = Pair.first; in emitLocalVariable()