Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DDebugTranslation.cpp121 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope) { in translateLoc() function in DebugTranslation
124 return translateLoc(loc, scope, /*inlinedAt=*/nullptr); in translateLoc()
129 DebugTranslation::translateLoc(Location loc, llvm::DILocalScope *scope, in translateLoc() function in DebugTranslation
143 const auto *callerLoc = translateLoc(callLoc.getCaller(), scope, inlinedAt); in translateLoc()
144 llvmLoc = translateLoc(callLoc.getCallee(), scope, callerLoc); in translateLoc()
157 llvmLoc = translateLoc(locations.front(), scope, inlinedAt); 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()
DDebugTranslation.h37 const llvm::DILocation *translateLoc(Location loc, llvm::DILocalScope *scope);
45 const llvm::DILocation *translateLoc(Location loc, llvm::DILocalScope *scope,
DModuleTranslation.cpp764 debugTranslation->translateLoc(op.getLoc(), subprogram)); in convertBlock()
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.h422 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
DIndexing.cpp986 DataConsumer.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
DCXIndexDataConsumer.cpp1101 void CXIndexDataConsumer::translateLoc(SourceLocation Loc, in translateLoc() function in CXIndexDataConsumer
/external/clang/tools/libclang/
DCXIndexDataConsumer.h453 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
DIndexing.cpp968 DataConsumer.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
DCXIndexDataConsumer.cpp1105 void CXIndexDataConsumer::translateLoc(SourceLocation Loc, in translateLoc() function in CXIndexDataConsumer