Home
last modified time | relevance | path

Searched refs:isStringAttribute (Results 1 – 13 of 13) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DAttributes.cpp190 assert(isStringAttribute() && in getKindAsString()
197 assert(isStringAttribute() && in getValueAsString()
207 if (!isStringAttribute()) return false; in hasAttribute()
411 if (isStringAttribute()) { in getAsString()
454 if (isStringAttribute()) return false; in hasAttribute()
459 if (!isStringAttribute()) return false; in hasAttribute()
474 assert(isStringAttribute()); in getKindAsString()
479 assert(isStringAttribute()); in getValueAsString()
645 if (!I.isStringAttribute()) { in AttributeSetNode()
821 if (!I.isStringAttribute()) in AttributeListImpl()
[all …]
H A DStatepoint.cpp75 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
82 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
H A DAttributeImpl.h59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
H A DAsmWriter.cpp3336 if (!Attr.isStringAttribute()) { in printFunction()
H A DVerifier.cpp1537 if (A.isStringAttribute()) in verifyAttributeTypes()
H A DCore.cpp185 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp147 InstrAttr.isStringAttribute() && in runOnMachineFunction()
152 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
H A DStackProtector.cpp91 if (Attr.isStringAttribute() && in runOnFunction()
/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp476 if (A.isStringAttribute()) { in getIntegerAttribute()
492 if (!A.isStringAttribute()) in getIntegerPairAttribute()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DAttributes.h119 bool isStringAttribute() const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp756 if (Attr.isStringAttribute()) { in constructFunction()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3134 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp3657 if (Attr.isStringAttribute() && in VarArgAMD64Helper()