Searched refs:getUWTableKind (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64MachineFunctionInfo.cpp203 F.getUWTableKind() == UWTableKind::Async &&
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DFunction.h639 UWTableKind getUWTableKind() const { function in class:llvm::Function
640 return AttributeSets.getUWTableKind();
646 return getUWTableKind() != UWTableKind::None;
H A DAttributes.h243 UWTableKind getUWTableKind() const;
385 UWTableKind getUWTableKind() const;
890 UWTableKind getUWTableKind() const;
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DAttributes.cpp387 UWTableKind Attribute::getUWTableKind() const { function in class:Attribute
486 UWTableKind Kind = getUWTableKind();
850 UWTableKind AttributeSet::getUWTableKind() const { function in class:AttributeSet
851 return SetNode ? SetNode->getUWTableKind() : UWTableKind::None;
1032 UWTableKind AttributeSetNode::getUWTableKind() const { function in class:AttributeSetNode
1034 return A->getUWTableKind();
1600 UWTableKind AttributeList::getUWTableKind() const { function in class:AttributeList
1601 return getFnAttrs().getUWTableKind();
H A DAttributeImpl.h266 UWTableKind getUWTableKind() const;
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOutliner.cpp718 return std::max(K, C.getMF()->getFunction().getUWTableKind());

Completed in 201 milliseconds