Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp119 LBF.getScope(), getOrCreateFile(CurLoc)); in setLocation()
125 DBuilder.createLexicalBlockFile(Scope, getOrCreateFile(CurLoc)); in setLocation()
237 llvm::DIFile CGDebugInfo::getOrCreateFile(SourceLocation Loc) { in getOrCreateFile() function in CGDebugInfo
618 llvm::DIFile DefUnit = getOrCreateFile(RD->getLocation()); in getOrCreateRecordFwdDecl()
752 llvm::DIFile File = getOrCreateFile(Loc); in CreateType()
768 llvm::DIFile File = getOrCreateFile(Loc); in CreateType()
834 llvm::DIFile file = getOrCreateFile(loc); in createFieldType()
869 llvm::DIFile VUnit = getOrCreateFile(C.getLocation()); in CollectRecordLambdaFields()
887 llvm::DIFile VUnit = getOrCreateFile(f->getLocation()); in CollectRecordLambdaFields()
905 llvm::DIFile VUnit = getOrCreateFile(Var->getLocation()); in CreateRecordStaticField()
[all …]
H A DCGDebugInfo.h345 llvm::DIFile getOrCreateFile(SourceLocation Loc);