Home
last modified time | relevance | path

Searched defs:callerLoc (Results 1 – 3 of 3) sorted by relevance

/llvm-project/mlir/lib/AsmParser/
H A DLocationParser.cpp53 LocationAttr callerLoc; parseCallSiteLocation() local
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp450 auto *callerLoc = translateLoc(callLoc.getCaller(), scope, inlinedAt); translateLoc() local
/llvm-project/mlir/lib/Transforms/Utils/
H A DInliningUtils.cpp32 Location callerLoc) { in remapInlinedLocations() argument