HomeSort by relevance Sort by last modified time
    Searched full:isstringattribute (Results 1 - 12 of 12) sorted by null

  /external/llvm/lib/Target/R600/
AMDGPUMachineFunction.cpp 20 if (A.isStringAttribute()) {
SITypeRewriter.cpp 68 if (A.isStringAttribute()) {
  /external/llvm/lib/IR/
Attributes.cpp 103 bool Attribute::isStringAttribute() const {
104 return pImpl && pImpl->isStringAttribute();
123 assert(isStringAttribute() &&
130 assert(isStringAttribute() &&
140 if (!isStringAttribute()) return false;
271 if (isStringAttribute()) {
303 if (isStringAttribute()) return false;
308 if (!isStringAttribute()) return false;
323 assert(isStringAttribute());
328 assert(isStringAttribute());
    [all...]
AttributeImpl.h 53 bool isStringAttribute() const { return KindID == StringAttrEntry; }
AsmWriter.cpp     [all...]
Verifier.cpp 749 if (I->isStringAttribute())
    [all...]
  /external/chromium_org/chrome/browser/password_manager/
native_backend_gnome_x_unittest.cc 89 bool IsStringAttribute(const GnomeKeyringPasswordSchema* schema,
123 if (IsStringAttribute(schema, name)) {
166 if (IsStringAttribute(schema, name)) {
    [all...]
  /external/llvm/include/llvm/IR/
Attributes.h 149 bool isStringAttribute() const;
  /external/llvm/lib/CodeGen/
StackProtector.cpp 92 if (Attr.isStringAttribute() &&
  /prebuilts/clang/linux-x86/host/3.4/bin/
llvm-as 
llvm-dis 
llvm-link 

Completed in 228 milliseconds