Searched refs:ScopeLine (Results 1 - 10 of 10) sorted by relevance

/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.h58 unsigned ScopeLine, unsigned Flags, int IsOptimized);
H A DDIBuilderBindings.cpp77 unsigned ScopeLine, unsigned Flags, int IsOptimized) {
82 IsLocalToUnit, IsDefinition, ScopeLine, Flags,
73 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Dref, LLVMMetadataRef Scope, const char *Name, const char *LinkageName, LLVMMetadataRef File, unsigned Line, LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition, unsigned ScopeLine, unsigned Flags, int IsOptimized) argument
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1421 unsigned ScopeLine = 3; local
1435 Type, IsLocalToUnit, IsDefinition, ScopeLine,
1449 EXPECT_EQ(ScopeLine, N->getScopeLine());
1461 Type, IsLocalToUnit, IsDefinition, ScopeLine,
1468 Type, IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1473 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1477 Type, IsLocalToUnit, IsDefinition, ScopeLine,
1483 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1488 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1494 ScopeLine, ContainingTyp
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1280 unsigned ScopeLine; member in class:llvm::DICompileUnit::DISubprogram
1303 unsigned ScopeLine, unsigned Virtuality, unsigned VirtualIndex,
1308 Line(Line), ScopeLine(ScopeLine), VirtualIndex(VirtualIndex),
1322 unsigned ScopeLine, DITypeRef ContainingType, unsigned Virtuality,
1330 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1338 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1357 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1365 IsDefinition, ScopeLine, ContainingType, Virtuality,
1372 unsigned ScopeLine, Metadat
1302 DISubprogram(LLVMContext &C, StorageType Storage, unsigned Line, unsigned ScopeLine, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, ArrayRef<Metadata *> Ops) argument
[all...]
H A DDIBuilder.h526 /// \param ScopeLine Set to the beginning of the scope this starts
535 unsigned ScopeLine, unsigned Flags = 0,
545 bool isDefinition, unsigned ScopeLine, unsigned Flags = 0,
/external/llvm/lib/IR/
H A DLLVMContextImpl.h527 unsigned ScopeLine; member in struct:llvm::MDNodeKeyImpl
541 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
548 IsDefinition(IsDefinition), ScopeLine(ScopeLine),
559 ScopeLine(N->getScopeLine()), ContainingType(N->getRawContainingType()),
572 ScopeLine == RHS->getScopeLine() &&
539 MDNodeKeyImpl(Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables) argument
H A DDIBuilder.cpp631 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized,
636 isLocalToUnit, isDefinition, ScopeLine, nullptr, 0, 0, 0, Flags,
649 bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized,
653 File, LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine, nullptr,
628 createFunction( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, DITemplateParameterArray TParams, DISubprogram *Decl) argument
646 createTempFunctionFwdDecl( DIScope *Context, StringRef Name, StringRef LinkageName, DIFile *File, unsigned LineNo, DISubroutineType *Ty, bool isLocalToUnit, bool isDefinition, unsigned ScopeLine, unsigned Flags, bool isOptimized, DITemplateParameterArray TParams, DISubprogram *Decl) argument
H A DDebugInfoMetadata.cpp413 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
423 ScopeLine, ContainingType, Virtuality, VirtualIndex, ThisAdjustment,
428 DEFINE_GETIMPL_STORE(DISubprogram, (Line, ScopeLine, Virtuality, VirtualIndex,
410 getImpl( LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, int ThisAdjustment, unsigned Flags, bool IsOptimized, Metadata *Unit, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
/external/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1245 unsigned ScopeLine = LineNo; local
1249 false /* internal linkage */, true /* definition */, ScopeLine,
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2915 unsigned ScopeLine = getLineNumber(ScopeLoc); local
2925 true /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize,
2974 unsigned ScopeLine = 0; local
2979 false /*definition*/, ScopeLine, Flags, CGM.getLangOpts().Optimize,

Completed in 171 milliseconds