reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
587 bool hasAttrSomewhere(Attribute::AttrKind Kind,
1726 return Attrs.hasAttrSomewhere(Attribute::ByVal);
lib/Analysis/BasicAliasAnalysis.cpp 885 !CI->getAttributes().hasAttrSomewhere(Attribute::ByVal))
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp1899 F->getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { 7114 Caller->getAttributes().hasAttrSomewhere(Attribute::SwiftError))lib/CodeGen/SwiftErrorValueTracking.cpp
307 if (!F->getAttributes().hasAttrSomewhere(Attribute::SwiftError))
lib/IR/Instructions.cpp312 if (Attrs.hasAttrSomewhere(Attribute::Returned, &Index) && Index) 315 if (F->getAttributes().hasAttrSomewhere(Attribute::Returned, &Index) &&lib/Target/AArch64/AArch64FastISel.cpp
3850 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
lib/Target/AArch64/AArch64FrameLowering.cpp 1772 Attrs.hasAttrSomewhere(Attribute::SwiftError));
lib/Target/AArch64/AArch64RegisterInfo.cpp64 MF->getFunction().getAttributes().hasAttrSomewhere( 133 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))lib/Target/ARM/ARMBaseRegisterInfo.cpp
97 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError)) { 131 MF.getFunction().getAttributes().hasAttrSomewhere(Attribute::SwiftError))lib/Target/ARM/ARMFastISel.cpp
2098 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
lib/Target/SystemZ/SystemZRegisterInfo.cpp202 MF->getFunction().getAttributes().hasAttrSomewhere( 216 MF.getFunction().getAttributes().hasAttrSomewhere(lib/Target/X86/X86FastISel.cpp
1154 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError))
lib/Target/X86/X86RegisterInfo.cpp384 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError); 501 F.getAttributes().hasAttrSomewhere(Attribute::SwiftError);lib/Target/XCore/XCoreFrameLowering.cpp
241 if (PAL.hasAttrSomewhere(Attribute::Nest))
lib/Transforms/IPO/ArgumentPromotion.cpp 891 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca))
lib/Transforms/IPO/DeadArgumentElimination.cpp 489 if (F.getAttributes().hasAttrSomewhere(Attribute::InAlloca)) {
lib/Transforms/IPO/GlobalOpt.cpp2115 if (Attrs.hasAttrSomewhere(A, &AttrIndex)) 2304 if (F->getAttributes().hasAttrSomewhere(Attribute::InAlloca) && 2338 if (F->getAttributes().hasAttrSomewhere(Attribute::Nest) &&lib/Transforms/InstCombine/InstCombineCalls.cpp
4486 if (Callee->getAttributes().hasAttrSomewhere(Attribute::InAlloca) || 4487 Callee->getAttributes().hasAttrSomewhere(Attribute::ByVal)) 4547 if (CallerPAL.hasAttrSomewhere(Attribute::StructRet, &SRetIdx) && 4702 if (Attrs.hasAttrSomewhere(Attribute::Nest))