Searched defs:getOrCreateFile (Results 1 - 1 of 1) sorted by path

/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp125 getOrCreateFile(CurLoc));
131 = DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc));
244 /// getOrCreateFile - Get the file debug info descriptor for the input location.
245 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) { function in class:CGDebugInfo
612 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation());
743 llvm::DIFile File = getOrCreateFile(Loc);
758 llvm::DIFile File = getOrCreateFile(Loc);
803 llvm::DIFile file = getOrCreateFile(loc);
841 llvm::DIFile VUnit = getOrCreateFile(C.getLocation());
860 llvm::DIFile VUnit = getOrCreateFile(
[all...]

Completed in 339 milliseconds