Searched defs:IsLocalToUnit (Results 1 - 5 of 5) sorted by relevance

/external/llvm/bindings/go/llvm/
H A DDIBuilderBindings.cpp79 LLVMMetadataRef CompositeType, int IsLocalToUnit, int IsDefinition,
85 unwrap<MDSubroutineType>(CompositeType), IsLocalToUnit, IsDefinition,
76 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, LLVMValueRef Func) argument
/external/llvm/lib/IR/
H A DDebugInfoMetadata.cpp341 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
350 Line, Type, IsLocalToUnit, IsDefinition, ScopeLine,
359 IsLocalToUnit, IsDefinition, IsOptimized),
437 Metadata *Type, bool IsLocalToUnit, bool IsDefinition,
445 Line, Type, IsLocalToUnit, IsDefinition, Variable,
449 DEFINE_GETIMPL_STORE(MDGlobalVariable, (Line, IsLocalToUnit, IsDefinition),
338 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, unsigned Flags, bool IsOptimized, Metadata *Function, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables, StorageType Storage, bool ShouldCreate) argument
435 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate) argument
H A DLLVMContextImpl.h527 bool IsLocalToUnit; member in struct:llvm::MDNodeKeyImpl
542 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
548 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUnit),
558 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()),
570 IsLocalToUnit == RHS->isLocalToUnit() &&
584 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
692 bool IsLocalToUnit; member in struct:llvm::MDNodeKeyImpl
699 bool IsLocalToUnit, bool IsDefinition, Metadata *Variable,
702 Line(Line), Type(Type), IsLocalToUnit(IsLocalToUni
540 MDNodeKeyImpl(Metadata *Scope, StringRef Name, StringRef LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, Metadata *ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Metadata *Function, Metadata *TemplateParams, Metadata *Declaration, Metadata *Variables) argument
697 MDNodeKeyImpl(Metadata *Scope, StringRef Name, StringRef LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *Variable, Metadata *StaticDataMemberDeclaration) argument
[all...]
/external/llvm/unittests/IR/
H A DMetadataTest.cpp1428 bool IsLocalToUnit = false; local
1442 Context, Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit,
1453 EXPECT_EQ(IsLocalToUnit, N->isLocalToUnit());
1466 Type, IsLocalToUnit, IsDefinition, ScopeLine,
1472 File, Line, Type, IsLocalToUnit, IsDefinition,
1477 Line, Type, IsLocalToUnit, IsDefinition,
1482 Type, IsLocalToUnit, IsDefinition, ScopeLine,
1487 Line, Type, IsLocalToUnit, IsDefinition,
1492 Line + 1, Type, IsLocalToUnit, IsDefinition,
1498 getSubroutineType(), IsLocalToUnit, IsDefinitio
1573 bool IsLocalToUnit = false; local
1740 bool IsLocalToUnit = false; local
[all...]
/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1252 bool IsLocalToUnit; member in class:llvm::MDSubprogram
1258 unsigned Flags, bool IsLocalToUnit, bool IsDefinition,
1263 VirtualIndex(VirtualIndex), Flags(Flags), IsLocalToUnit(IsLocalToUnit),
1270 MDSubroutineType *Type, bool IsLocalToUnit, bool IsDefinition,
1278 IsLocalToUnit, IsDefinition, ScopeLine, ContainingType,
1287 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1306 bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine,
1313 (Scope, Name, LinkageName, File, Line, Type, IsLocalToUnit,
1320 unsigned Line, Metadata *Type, bool IsLocalToUnit, boo
1256 MDSubprogram(LLVMContext &C, StorageType Storage, unsigned Line, unsigned ScopeLine, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsLocalToUnit, bool IsDefinition, bool IsOptimized, ArrayRef<Metadata *> Ops) argument
1268 getImpl(LLVMContext &Context, MDScopeRef Scope, StringRef Name, StringRef LinkageName, MDFile *File, unsigned Line, MDSubroutineType *Type, bool IsLocalToUnit, bool IsDefinition, unsigned ScopeLine, MDTypeRef ContainingType, unsigned Virtuality, unsigned VirtualIndex, unsigned Flags, bool IsOptimized, Constant *Function, MDTemplateParameterArray TemplateParams, MDSubprogram *Declaration, MDLocalVariableArray Variables, StorageType Storage, bool ShouldCreate = true) argument
1781 bool IsLocalToUnit; member in class:llvm::MDGlobalVariable
1784 MDGlobalVariable(LLVMContext &C, StorageType Storage, unsigned Line, bool IsLocalToUnit, bool IsDefinition, ArrayRef<Metadata *> Ops) argument
1793 getImpl(LLVMContext &Context, MDScope *Scope, StringRef Name, StringRef LinkageName, MDFile *File, unsigned Line, MDTypeRef Type, bool IsLocalToUnit, bool IsDefinition, Constant *Variable, MDDerivedType *StaticDataMemberDeclaration, StorageType Storage, bool ShouldCreate = true) argument
[all...]

Completed in 139 milliseconds