HomeSort by relevance Sort by last modified time
    Searched refs:DIFile (Results 1 - 25 of 42) sorted by null

1 2

  /external/clang/lib/CodeGen/
CGDebugInfo.h 84 llvm::DIFile *Unit;
86 llvm::DIFile *Unit)
138 llvm::DIType *CreateQualifiedType(QualType Ty, llvm::DIFile *Fg);
139 llvm::DIType *CreateType(const TypedefType *Ty, llvm::DIFile *Fg);
141 llvm::DIFile *Fg);
142 llvm::DIType *CreateType(const ObjCObjectPointerType *Ty, llvm::DIFile *F);
143 llvm::DIType *CreateType(const PointerType *Ty, llvm::DIFile *F);
144 llvm::DIType *CreateType(const BlockPointerType *Ty, llvm::DIFile *F);
145 llvm::DIType *CreateType(const FunctionType *Ty, llvm::DIFile *F);
153 llvm::DIType *CreateType(const ObjCInterfaceType *Ty, llvm::DIFile *F)
    [all...]
CGDebugInfo.cpp 312 llvm::DIFile *CGDebugInfo::getOrCreateFile(SourceLocation Loc) {
333 return cast<llvm::DIFile>(V);
336 llvm::DIFile *F = DBuilder.createFile(remapDIPath(PLoc.getFilename()),
343 llvm::DIFile *CGDebugInfo::getOrCreateMainFile() {
618 llvm::DIFile *Unit) {
652 llvm::DIFile *Unit) {
665 llvm::DIFile *Unit) {
722 llvm::DIFile *DefUnit = getOrCreateFile(RD->getLocation());
749 llvm::DIFile *Unit) {
778 llvm::DIFile *Unit)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DIBuilder.h 32 class DIFile;
96 DIFile createFile(StringRef Filename, StringRef Directory);
138 DIType createTypedef(DIType Ty, StringRef Name, DIFile File,
164 DIType createMemberType(DIDescriptor Scope, StringRef Name, DIFile File,
184 DIType createObjCIVar(StringRef Name, DIFile File,
208 DIType createClassType(DIDescriptor Scope, StringRef Name, DIFile File,
225 DIType createStructType(DIDescriptor Scope, StringRef Name, DIFile File,
240 DIType createUnionType(DIDescriptor Scope, StringRef Name, DIFile File,
299 DIFile File, unsigned LineNumber,
307 DIType createSubroutineType(DIFile File, DIArray ParameterTypes)
    [all...]
DebugInfo.h 40 class DIFile;
86 explicit DIDescriptor(const DIFile F);
203 /// DIFile - This is a wrapper for a file.
204 class DIFile : public DIScope {
206 explicit DIFile(const MDNode *N = 0) : DIScope(N) {
255 return getFieldAs<DIFile>(3).getCompileUnit();
257 DIFile getFile() const { return getFieldAs<DIFile>(3); }
297 return getFieldAs<DIFile>(3).getDirectory();
303 return getFieldAs<DIFile>(3).getFilename()
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
DebugInfoMetadata.h 426 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
436 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
437 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
441 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
469 class DIFile : public DIScope {
484 DIFile(LLVMContext &C, StorageType Storage, ChecksumKind CSK,
488 ~DIFile() = default;
490 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
497 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DIBuilder.h 112 createCompileUnit(unsigned Lang, DIFile *File, StringRef Producer,
125 DIFile *createFile(StringRef Filename, StringRef Directory,
126 DIFile::ChecksumKind CSKind = DIFile::CSK_None,
145 DIFile *File);
206 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
234 DIFile *File, unsigned LineNo,
251 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
266 DIFile *File, unsigned LineNo,
282 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo
    [all...]
  /external/llvm/include/llvm/IR/
DIBuilder.h 108 DIFile *createFile(StringRef Filename, StringRef Directory);
165 DIDerivedType *createTypedef(DIType *Ty, StringRef Name, DIFile *File,
192 DIFile *File, unsigned LineNo,
209 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNo,
223 DIFile *File, unsigned LineNo,
238 DIDerivedType *createObjCIVar(StringRef Name, DIFile *File, unsigned LineNo,
252 DIObjCProperty *createObjCProperty(StringRef Name, DIFile *File,
275 DIFile *File, unsigned LineNumber,
295 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
312 DIFile *File, unsigned LineNumber
    [all...]
DebugInfoMetadata.h 407 DIFile *getFile() const { return cast_or_null<DIFile>(getRawFile()); }
417 /// An \a DIFile is an \a DIScope, but it doesn't point at a separate file
418 /// (it\em is the file). If \c this is an \a DIFile, we need to return \c
422 return isa<DIFile>(this) ? const_cast<DIScope *>(this)
450 class DIFile : public DIScope {
454 DIFile(LLVMContext &C, StorageType Storage, ArrayRef<Metadata *> Ops)
456 ~DIFile() = default;
458 static DIFile *getImpl(LLVMContext &Context, StringRef Filename,
465 static DIFile *getImpl(LLVMContext &Context, MDString *Filename
    [all...]
  /external/llvm/bindings/go/llvm/
DIBuilderBindings.cpp 60 unwrap<DIFile>(File), Line, Column);
70 unwrap<DIFile>(File), Discriminator));
80 File ? unwrap<DIFile>(File) : nullptr, Line,
93 unwrap<DIFile>(File), Line,
103 unwrap<DIScope>(Scope), Name, ArgNo, unwrap<DIFile>(File), Line,
141 unwrap<DIScope>(Scope), Name, File ? unwrap<DIFile>(File) : nullptr, Line,
154 Tag, Name, unwrap<DIScope>(Scope), File ? unwrap<DIFile>(File) : nullptr,
166 unwrap<DIScope>(Scope), Name, File ? unwrap<DIFile>(File) : nullptr, Line,
187 File ? unwrap<DIFile>(File) : nullptr, Line,
  /external/llvm/lib/IR/
DIBuilder.cpp 124 VMContext, Lang, DIFile::get(VMContext, Filename, Directory), Producer,
178 DIFile *DIBuilder::createFile(StringRef Filename, StringRef Directory) {
179 return DIFile::get(VMContext, Filename, Directory);
238 DIFile *File, unsigned LineNo,
261 DIFile *File, unsigned LineNumber,
278 DIScope *Scope, StringRef Name, DIFile *File, unsigned LineNumber,
290 DIFile *File,
300 DIDerivedType *DIBuilder::createObjCIVar(StringRef Name, DIFile *File,
313 DIBuilder::createObjCProperty(StringRef Name, DIFile *File, unsigned LineNumber,
360 DIScope *Context, StringRef Name, DIFile *File, unsigned LineNumber
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.h 134 /// Map from DIFile to .cv_file id.
135 DenseMap<const DIFile *, unsigned> FileIdMap;
169 typedef std::map<const DIFile *, std::string> FileToFilepathMapTy;
171 StringRef getFullFilepath(const DIFile *S);
173 unsigned maybeRecordFile(const DIFile *F);
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DIBuilder.cpp 126 DIFile DIBuilder::createFile(StringRef Filename, StringRef Directory) {
135 return DIFile(MDNode::get(VMContext, Elts));
250 DIType DIBuilder::createTypedef(DIType Ty, StringRef Name, DIFile File,
312 DIFile File, unsigned LineNumber,
335 DIFile File, unsigned LineNumber,
363 DIFile File, unsigned LineNumber,
428 DIFile File, unsigned LineNumber,
453 DIFile File,
477 DIType DIBuilder::createSubroutineType(DIFile File, DIArray ParameterTypes) {
500 DIFile File, unsigned LineNumber
    [all...]

Completed in 1090 milliseconds

1 2