Home
last modified time | relevance | path

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

/llvm-project/lld/Common/
H A DDWARF.cpp34 // 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()
/llvm-project/lld/include/lld/Common/
H A DDWARF.h44 llvm::DenseMap<StringRef, VarLoc> variableLoc; variable