Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDIBuilder.cpp760 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createFunction() local
762 /*IsDistinct=*/IsDefinition, VMContext, getNonCompileUnitScope(Context), in createFunction()
764 SPFlags, IsDefinition ? CUNode : nullptr, TParams, Decl, in createFunction()
767 if (IsDefinition) in createFunction()
779 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createTempFunctionFwdDecl() local
783 IsDefinition ? CUNode : nullptr, TParams, in createTempFunctionFwdDecl()
798 bool IsDefinition = SPFlags & DISubprogram::SPFlagDefinition; in createMethod() local
800 /*IsDistinct=*/IsDefinition, VMContext, cast<DIScope>(Context), Name, in createMethod()
802 Flags, SPFlags, IsDefinition ? CUNode : nullptr, TParams, nullptr, in createMethod()
805 if (IsDefinition) in createMethod()
[all...]
H A DLLVMContextImpl.h704 static bool isDeclarationOfODRMember(bool IsDefinition, const Metadata *Scope, in isDeclarationOfODRMember()
709 if (IsDefinition || !Scope || !LinkageName) in isDeclarationOfODRMember()
722 return IsDefinition == RHS->isDefinition() && Scope == RHS->getRawScope() && in isDeclarationOfODRMember()
889 bool IsDefinition; member
896 bool IsLocalToUnit, bool IsDefinition, in MDNodeKeyImpl()
901 IsDefinition(IsDefinition), in MDNodeKeyImpl()
908 IsLocalToUnit(N->isLocalToUnit()), IsDefinition(N->isDefinition()), in MDNodeKeyImpl()
918 IsDefinition == RHS->isDefinition() && in isKeyOf()
934 IsLocalToUnit, IsDefinition, /* AlignInBit in getHashValue()
[all...]
H A DDebugInfo.cpp722 pack_into_DISPFlags(bool IsLocalToUnit, bool IsDefinition, bool IsOptimized) { in pack_into_DISPFlags() argument
723 return DISubprogram::toSPFlags(IsLocalToUnit, IsDefinition, IsOptimized); in pack_into_DISPFlags()
805 LLVMBool IsLocalToUnit, LLVMBool IsDefinition, in LLVMDIBuilderCreateFunction()
811 pack_into_DISPFlags(IsLocalToUnit, IsDefinition, IsOptimized), nullptr, in LLVMDIBuilderCreateFunction()
801 LLVMDIBuilderCreateFunction( LLVMDIBuilderRef Builder, LLVMMetadataRef Scope, const char *Name, size_t NameLen, const char *LinkageName, size_t LinkageNameLen, LLVMMetadataRef File, unsigned LineNo, LLVMMetadataRef Ty, LLVMBool IsLocalToUnit, LLVMBool IsDefinition, unsigned ScopeLine, LLVMDIFlags Flags, LLVMBool IsOptimized) LLVMDIBuilderCreateFunction() argument
H A DDebugInfoMetadata.cpp750 Metadata *Type, bool IsLocalToUnit, bool IsDefinition, in getImpl()
757 Type, IsLocalToUnit, IsDefinition, in getImpl()
769 (Line, IsLocalToUnit, IsDefinition, AlignInBits), Ops); in getImpl()
748 getImpl(LLVMContext &Context, Metadata *Scope, MDString *Name, MDString *LinkageName, Metadata *File, unsigned Line, Metadata *Type, bool IsLocalToUnit, bool IsDefinition, Metadata *StaticDataMemberDeclaration, Metadata *TemplateParams, uint32_t AlignInBits, StorageType Storage, bool ShouldCreate) getImpl() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1628 static DISPFlags toSPFlags(bool IsLocalToUnit, bool IsDefinition, in toSPFlags() argument
1640 (IsDefinition ? SPFlagDefinition : SPFlagZero) | in toSPFlags()
2628 bool IsDefinition;
2631 bool IsLocalToUnit, bool IsDefinition, uint32_t AlignInBits,
2634 IsLocalToUnit(IsLocalToUnit), IsDefinition(IsDefinition) {}
2640 bool IsLocalToUnit, bool IsDefinition,
2645 IsLocalToUnit, IsDefinition, StaticDataMemberDeclaration,
2652 bool IsLocalToUnit, bool IsDefinition,
2667 bool IsLocalToUnit, bool IsDefinition,
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCheck.cpp417 bool IsDefinition = false; in parsePattern() local
448 IsDefinition = (VarEndIdx != StringRef::npos); in parsePattern()
449 SubstNeeded = !IsDefinition; in parsePattern()
450 if (IsDefinition) { in parsePattern()
493 IsDefinition = true; in parsePattern()
503 if (IsDefinition) { in parsePattern()
534 if (IsDefinition) in parsePattern()
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dast.py118 def IsDefinition(self): member in Node
276 def IsDefinition(self): member in Typedef
300 def IsDefinition(self): member in _NestedType
329 def IsDefinition(self): member in Class
372 def IsDefinition(self): member in Function
449 def IsDefinition(self): member in Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h655 bool IsDefinition = true) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
H A DDebugInfo.h323 * \param IsDefinition True if this is a function definition.
333 LLVMBool IsLocalToUnit, LLVMBool IsDefinition,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3026 bool IsDefinition) const { in EmitVisibility()
3032 if (IsDefinition) in EmitVisibility()

Completed in 28 milliseconds