Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp32 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
H A DAttributes.cpp289 assert(isStringAttribute() && in getValueAsBool()
296 assert(isStringAttribute() && in getKindAsString()
303 assert(isStringAttribute() && in getValueAsString()
447 if (isStringAttribute()) { in getAsString()
547 assert(isStringAttribute()); in getKindAsString()
552 assert(isStringAttribute()); in getValueAsString()
567 if (!isStringAttribute()) { in operator <()
568 if (AI.isStringAttribute()) in operator <()
579 if (!AI.isStringAttribute()) in operator <()
763 if (I.isStringAttribute()) in AttributeSetNode()
[all …]
H A DAssumptions.cpp22 assert(A.isStringAttribute() && "Expected a string attribute!"); in hasAssumption()
H A DAttributeImpl.h59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
82 else if (isStringAttribute()) in Profile()
H A DVerifier.cpp1659 if (A.isStringAttribute()) { in verifyAttributeTypes()
1692 Assert(Attr.isStringAttribute() || in verifyParameterAttrs()
1762 if (!Attr.isStringAttribute() && in verifyParameterAttrs()
1866 Assert(RetAttr.isStringAttribute() || in verifyFunctionAttrs()
1936 Assert(FnAttr.isStringAttribute() || in verifyFunctionAttrs()
H A DAsmWriter.cpp3691 if (!Attr.isStringAttribute()) { in printFunction()
H A DCore.cpp206 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
158 if (!ThresholdAttr.isStringAttribute()) in runOnMachineFunction()
H A DStackProtector.cpp97 if (Attr.isStringAttribute() && in runOnFunction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h243 if (!Attr.isStringAttribute())
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
H A DCodeExtractor.cpp889 if (Attr.isStringAttribute()) { in constructFunction()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp856 if (A.isStringAttribute()) { in getIntegerAttribute()
872 if (!A.isStringAttribute()) in getIntegerPairAttribute()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributes.h161 bool isStringAttribute() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp392 if (Attr.isStringAttribute()) { in addIfNotExistent()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3555 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4180 if (Attr.isStringAttribute() && in VarArgAMD64Helper()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp801 } else if (Attr.isStringAttribute()) { in writeAttributeGroupTable()