Searched refs:translateLoc (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | DebugTranslation.cpp | 121 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()
|
D | DebugTranslation.h | 37 const llvm::DILocation *translateLoc(Location loc, llvm::DILocalScope *scope); 45 const llvm::DILocation *translateLoc(Location loc, llvm::DILocalScope *scope,
|
D | ModuleTranslation.cpp | 764 debugTranslation->translateLoc(op.getLoc(), subprogram)); in convertBlock()
|
/external/llvm-project/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 422 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
|
D | Indexing.cpp | 986 DataConsumer.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
|
D | CXIndexDataConsumer.cpp | 1101 void CXIndexDataConsumer::translateLoc(SourceLocation Loc, in translateLoc() function in CXIndexDataConsumer
|
/external/clang/tools/libclang/ |
D | CXIndexDataConsumer.h | 453 void translateLoc(SourceLocation Loc, CXIdxClientFile *indexFile, CXFile *file,
|
D | Indexing.cpp | 968 DataConsumer.translateLoc(Loc, indexFile, file, line, column, offset); in clang_indexLoc_getFileLocation()
|
D | CXIndexDataConsumer.cpp | 1105 void CXIndexDataConsumer::translateLoc(SourceLocation Loc, in translateLoc() function in CXIndexDataConsumer
|