Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DStatepoint.cpp62 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
DAttributes.cpp153 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
154 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
173 assert(isStringAttribute() && in getKindAsString()
180 assert(isStringAttribute() && in getValueAsString()
190 if (!isStringAttribute()) return false; in hasAttribute()
380 if (isStringAttribute()) { in getAsString()
412 if (isStringAttribute()) return false; in hasAttribute()
417 if (!isStringAttribute()) return false; in hasAttribute()
432 assert(isStringAttribute()); in getKindAsString()
437 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h57 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
166 if (!I.isStringAttribute()) { in AttributeSetNode()
269 if (!I.isStringAttribute()) in AttributeSetImpl()
DAsmWriter.cpp2607 if (!Attr.isStringAttribute()) { in printFunction()
DCore.cpp177 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
DVerifier.cpp1270 if (I->isStringAttribute()) in verifyAttributeTypes()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp44 InstrAttr.isStringAttribute() && in runOnMachineFunction()
49 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
DStackProtector.cpp97 if (Attr.isStringAttribute() && in runOnFunction()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp116 if (A.isStringAttribute()) { in getIntegerAttribute()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h115 bool isStringAttribute() const;
/external/llvm/include/llvm/IR/
DAttributes.h115 bool isStringAttribute() const;
/external/llvm/lib/Target/X86/
DX86MCInstLower.cpp1032 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()