Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DStatepoint.cpp29 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
35 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
H A DAttributes.cpp276 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
277 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
300 assert(isStringAttribute() && in getValueAsBool()
307 assert(isStringAttribute() && in getKindAsString()
314 assert(isStringAttribute() && in getValueAsString()
332 if (!isStringAttribute()) return false; in hasAttribute()
551 if (isStringAttribute()) { in getAsString()
625 if (isStringAttribute()) return false; in hasAttribute()
630 if (!isStringAttribute()) return false; in hasAttribute()
650 assert(isStringAttribute()); in getKindAsString()
[all …]
H A DAssumptions.cpp28 assert(A.isStringAttribute() && "Expected a string attribute!"); in hasAssumption()
39 assert(A.isStringAttribute() && "Expected a string attribute!"); in getAssumptions()
H A DAttributeImpl.h60 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
83 else if (isStringAttribute()) in Profile()
H A DVerifier.cpp1762 if (A.isStringAttribute()) { in verifyAttributeTypes()
1795 Check(Attr.isStringAttribute() || in verifyParameterAttrs()
1864 if (!Attr.isStringAttribute() && in verifyParameterAttrs()
1975 Check(RetAttr.isStringAttribute() || in verifyFunctionAttrs()
2046 Check(FnAttr.isStringAttribute() || in verifyFunctionAttrs()
H A DFunction.cpp678 if (A.isStringAttribute()) { in getFnAttributeAsParsedInteger()
H A DAsmWriter.cpp3783 if (!Attr.isStringAttribute()) { in printFunction()
H A DCore.cpp214 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DAttributes.h179 bool isStringAttribute() const;
1003 if (A.isStringAttribute())
1028 if (A.isStringAttribute())
1074 if (A.isStringAttribute())
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp51 NSZAttr.isStringAttribute() && NSZAttr.getValueAsString() == "true"; in AMDGPUMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h258 if (!Attr.isStringAttribute())
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp197 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
H A DCodeExtractor.cpp898 if (Attr.isStringAttribute()) { in constructFunction()
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1213 if (!A.isStringAttribute()) in getIntegerPairAttribute()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DAttributor.cpp884 if (Attr.isStringAttribute()) { in addIfNotExistent()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4018 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4616 if (Attr.isStringAttribute() && in VarArgAMD64Helper()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp844 } else if (Attr.isStringAttribute()) { in writeAttributeGroupTable()