Searched refs:getOrCreateFile (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp145 LBF->getScope(), getOrCreateFile(CurLoc)));
150 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)));
312 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) { function in class:CGDebugInfo
722 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation());
853 return DBuilder.createTypedef(Src, OS.str(), getOrCreateFile(Loc),
867 Ty->getDecl()->getName(), getOrCreateFile(Loc), getLineNumber(Loc),
959 llvm::DIFile *VUnit = getOrCreateFile(Loc);
963 llvm::DIFile *File = getOrCreateFile(Loc);
988 llvm::DIFile *file = getOrCreateFile(loc);
1022 llvm::DIFile *VUnit = getOrCreateFile(Lo
[all...]
H A DCGDebugInfo.h418 llvm::DIFile *getOrCreateFile(SourceLocation Loc);

Completed in 56 milliseconds