Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DStatepoint.cpp32 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
H A DAttributes.cpp292 assert(isStringAttribute() && in getValueAsBool()
299 assert(isStringAttribute() && in getKindAsString()
306 assert(isStringAttribute() && in getValueAsString()
597 if (isStringAttribute()) { in getAsString()
668 assert(isStringAttribute()); in getKindAsString()
673 assert(isStringAttribute()); in getValueAsString()
716 assert(isStringAttribute()); in operator <()
898 if (I.isStringAttribute()) in AttributeSetNode()
1134 if (!I.isStringAttribute()) in AttributeListImpl()
1139 if (!I.isStringAttribute()) in AttributeListImpl()
[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 DAsmWriter.cpp3703 if (!Attr.isStringAttribute()) { in printFunction()
H A DCore.cpp206 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
H A DVerifier.cpp1724 if (A.isStringAttribute()) { in verifyAttributeTypes()
/netbsd/external/apache2/llvm/dist/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()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h232 if (!Attr.isStringAttribute())
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
H A DCodeExtractor.cpp889 if (Attr.isStringAttribute()) { in constructFunction()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DAttributes.h149 bool isStringAttribute() const;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp856 if (A.isStringAttribute()) { in getIntegerAttribute()
872 if (!A.isStringAttribute()) in getIntegerPairAttribute()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DAttributor.cpp181 if (Attr.isStringAttribute()) { in addIfNotExistent()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3530 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp4158 if (Attr.isStringAttribute() && in VarArgAMD64Helper()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp797 } else if (Attr.isStringAttribute()) { in writeAttributeGroupTable()