Home
last modified time | relevance | path

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

/external/llvm-project/lld/Common/
DDWARF.cpp65 variableLoc.insert({name, {lt, file, line}}); in DWARFCache()
75 auto it = variableLoc.find(name); in getVariableLoc()
76 if (it == variableLoc.end()) in getVariableLoc()
/external/llvm-project/lld/include/lld/Common/
DDWARF.h44 llvm::DenseMap<StringRef, VarLoc> variableLoc; variable