Searched refs:isStringAttribute (Results 1 - 19 of 19) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp32 if (AttrID.isStringAttribute())
39 if (AttrNumPatchBytes.isStringAttribute())
H A DAttributes.cpp238 bool Attribute::isStringAttribute() const { function in class:Attribute
239 return pImpl && pImpl->isStringAttribute();
262 assert(isStringAttribute() &&
269 assert(isStringAttribute() &&
287 if (!isStringAttribute()) return false;
529 if (isStringAttribute()) {
567 if (isStringAttribute()) return false;
572 if (!isStringAttribute()) return false;
587 assert(isStringAttribute());
592 assert(isStringAttribute());
[all...]
H A DAttributeImpl.h59 bool isStringAttribute() const { return KindID == StringAttrEntry; } function in class:llvm::AttributeImpl
81 else if (isStringAttribute())
H A DAsmWriter.cpp3544 if (!Attr.isStringAttribute()) {
H A DCore.cpp190 return unwrap(A).isStringAttribute();
H A DVerifier.cpp1606 if (A.isStringAttribute())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp28 MemoryBound = MemBoundAttr.isStringAttribute() &&
32 WaveLimiter = WaveLimitAttr.isStringAttribute() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp149 InstrAttr.isStringAttribute() &&
156 !ThresholdAttr.isStringAttribute())
H A DStackProtector.cpp96 if (Attr.isStringAttribute() &&
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h236 if (!Attr.isStringAttribute())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h136 bool isStringAttribute() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp194 if (Attr.isTypeAttribute() || Attr.isStringAttribute() ||
H A DCodeExtractor.cpp851 if (Attr.isStringAttribute()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp588 if (A.isStringAttribute()) {
604 if (!A.isStringAttribute())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AsmPrinter.cpp217 return !A.isStringAttribute() || A.getValueAsString() == "none";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp121 if (Attr.isStringAttribute()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3320 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always";
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3946 if (Attr.isStringAttribute() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp770 } else if (Attr.isStringAttribute()) {

Completed in 173 milliseconds