Home
last modified time | relevance | path

Searched refs:getOrCreateFile (Results 1 – 4 of 4) 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/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()
377 auto diFile = getOrCreateFile(pending.location.function.file.c_str()); in emitPending()
479 llvm::DIFile *DebugInfo::getOrCreateFile(const char *path) in getOrCreateFile() function in rr::DebugInfo
DLLVMReactorDebugInfo.hpp150 llvm::DIFile *getOrCreateFile(const char *path);