Home
last modified time | relevance | path

Searched refs:VariableDieMap (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp836 VariableDieMap[Address] = {Address + GVSize, Die}; in updateVariableDieMap()
848 auto R = VariableDieMap.upper_bound(Address); in getVariableForAddress()
849 if (R == VariableDieMap.begin()) in getVariableForAddress()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h247 std::map<uint64_t, std::pair<uint64_t, DWARFDie>> VariableDieMap; variable