Lines Matching refs:Annotations
319 StringRef Name, DINodeArray Annotations) { in createPointerType() argument
324 DINode::FlagZero, nullptr, Annotations); in createPointerType()
352 DINodeArray Annotations) { in createTypedef() argument
356 nullptr, Annotations); in createTypedef()
363 DINode::DIFlags Flags, DINodeArray Annotations) { in createTemplateAlias() argument
367 TParams.get(), Annotations); in createTemplateAlias()
393 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createMemberType() argument
397 std::nullopt, Flags, nullptr, Annotations); in createMemberType()
419 DINode::DIFlags Flags, DIType *Ty, DINodeArray Annotations) { in createBitFieldMemberType() argument
427 Annotations); in createBitFieldMemberType()
681 DINodeArray Annotations) { in createReplaceableCompositeType() argument
687 nullptr, Annotations) in createReplaceableCompositeType()
757 uint32_t AlignInBits, DINodeArray Annotations) { in createGlobalVariableExpression() argument
764 Annotations); in createGlobalVariableExpression()
791 uint32_t AlignInBits, DINodeArray Annotations = nullptr) { in createLocalVariable() argument
796 ArgNo, Flags, AlignInBits, Annotations); in createLocalVariable()
821 DINodeArray Annotations) { in createParameterVariable() argument
827 File, LineNo, Ty, AlwaysPreserve, Flags, /*AlignInBits=*/0, Annotations); in createParameterVariable()
860 DITypeArray ThrownTypes, DINodeArray Annotations, in createFunction() argument
867 ThrownTypes, Annotations, TargetFuncName); in createFunction()