Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDebugInfo.cpp145 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
150 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
312 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
722 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
853 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
867 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
959 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
963 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
988 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
1022 llvm::DIFile *VUnit = getOrCreateFile(Loc); in CollectRecordLambdaFields()
[all …]
DCGDebugInfo.h418 llvm::DIFile *getOrCreateFile(SourceLocation Loc);
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp185 if (PCLoc.isInvalid() || Scope->getFile() == getOrCreateFile(CurLoc)) in setLocation()
191 LBF->getScope(), getOrCreateFile(CurLoc))); in setLocation()
196 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc))); in setLocation()
405 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
1033 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
1197 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc), in CreateType()
1217 getOrCreateFile(Loc), getLineNumber(Loc), in CreateType()
1320 llvm::DIFile *VUnit = getOrCreateFile(Loc); in createBitFieldType()
1324 llvm::DIFile *File = getOrCreateFile(Loc); in createBitFieldType()
1354 llvm::DIFile *file = getOrCreateFile(loc); in createFieldType()
[all …]
DCGDebugInfo.h585 llvm::DIFile *getOrCreateFile(SourceLocation Loc);
/external/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp107 auto file = getOrCreateFile(location.function.file.c_str()); in DebugInfo()
192 auto file = getOrCreateFile(newLocation.function.file.c_str()); in syncScope()
209 auto file = getOrCreateFile(location.function.file.c_str()); in syncScope()
370 auto diFile = getOrCreateFile(pending.location.function.file.c_str()); in emitPending()
472 llvm::DIFile *DebugInfo::getOrCreateFile(const char *path) in getOrCreateFile() function in rr::DebugInfo
DLLVMReactorDebugInfo.hpp150 llvm::DIFile *getOrCreateFile(const char *path);