Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp140 const llvm::DILocation *llvmLoc = nullptr; in translateLoc() local
144 llvmLoc = translateLoc(callLoc.getCallee(), scope, callerLoc); in translateLoc()
149 llvmLoc = llvm::DILocation::get(llvmCtx, fileLoc.getLine(), in translateLoc()
157 llvmLoc = translateLoc(locations.front(), scope, inlinedAt); in translateLoc()
159 llvmLoc = llvm::DILocation::getMergedLocation( in translateLoc()
160 llvmLoc, translateLoc(locIt, scope, inlinedAt)); in translateLoc()
164 llvmLoc = translateLoc(loc.cast<NameLoc>().getChildLoc(), scope, inlinedAt); in translateLoc()
167 llvmLoc = translateLoc(loc.cast<OpaqueLoc>().getFallbackLocation(), scope, in translateLoc()
173 locationToLoc.try_emplace(std::make_pair(loc, scope), llvmLoc); in translateLoc()
174 return llvmLoc; in translateLoc()