Searched refs:variableLoc (Results 1 – 2 of 2) sorted by relevance
34 // Loop over variable records and insert them to variableLoc. in DWARFCache() 55 // Here we want to take the variable name to add it into variableLoc. in DWARFCache() 65 variableLoc.insert({name, {lt, file, line}}); in DWARFCache() 75 auto it = variableLoc.find(name); in getVariableLoc() 76 if (it == variableLoc.end()) in getVariableLoc()
44 llvm::DenseMap<StringRef, VarLoc> variableLoc; variable