HomeSort by relevance Sort by last modified time
    Searched refs:getOrCreateFile (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 125 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) {
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(f->getLocation())
    [all...]
CGDebugInfo.h 333 /// getOrCreateFile - Get the file debug info descriptor for the input
335 llvm::DIFile getOrCreateFile(SourceLocation Loc);

Completed in 59 milliseconds