reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/IR/Attributes.h
  121   bool isStringAttribute() const;

References

lib/Bitcode/Writer/BitcodeWriter.cpp
  759       } else if (Attr.isStringAttribute()) {
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
 3185     Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always";
lib/CodeGen/StackProtector.cpp
   90   if (Attr.isStringAttribute() &&
lib/CodeGen/XRayInstrumentation.cpp
  148                           InstrAttr.isStringAttribute() &&
  153     if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute())
lib/IR/AsmWriter.cpp
 3413       if (!Attr.isStringAttribute()) {
lib/IR/Attributes.cpp
  215   assert(isStringAttribute() &&
  222   assert(isStringAttribute() &&
  240   if (!isStringAttribute()) return false;
  465   if (isStringAttribute()) {
  729     if (!I.isStringAttribute()) {
  918     if (!I.isStringAttribute()) {
 1456   if (Attr.isStringAttribute()) {
 1667       assert(Attr.isStringAttribute() && "Invalid attribute kind!");
lib/IR/Core.cpp
  193   return unwrap(A).isStringAttribute();
lib/IR/Statepoint.cpp
   66   if (AttrID.isStringAttribute())
   73   if (AttrNumPatchBytes.isStringAttribute())
lib/IR/Verifier.cpp
 1564     if (A.isStringAttribute())
lib/Target/AMDGPU/AMDGPUMachineFunction.cpp
   32   MemoryBound = MemBoundAttr.isStringAttribute() &&
   36   WaveLimiter = WaveLimitAttr.isStringAttribute() &&
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
  565   if (A.isStringAttribute()) {
  581   if (!A.isStringAttribute())
lib/Transforms/IPO/Attributor.cpp
  265   if (Attr.isStringAttribute()) {
lib/Transforms/Instrumentation/MemorySanitizer.cpp
 3759       if (Attr.isStringAttribute() &&
lib/Transforms/Utils/CodeExtractor.cpp
  842     if (Attr.isStringAttribute()) {