Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp136 auto existingIt = locationToLoc.find(std::make_pair(loc, scope)); in translateLoc()
137 if (existingIt != locationToLoc.end()) in translateLoc()
173 locationToLoc.try_emplace(std::make_pair(loc, scope), llvmLoc); in translateLoc()
DDebugTranslation.h54 locationToLoc; variable