Lines Matching refs:getString
164 static StringRef getString(const MDString *S) { in getString() function
166 return S->getString(); in getString()
172 return !S || !S->getString().empty(); in isCanonical()
182 GenericDINodeInfo::KeyTy Key(Tag, getString(Header), DwarfOps); in getImpl()
241 DEFINE_GETIMPL_LOOKUP(DIEnumerator, (Value, getString(Name))); in getImpl()
252 DIBasicType, (Tag, getString(Name), SizeInBits, AlignInBits, Encoding)); in getImpl()
264 DEFINE_GETIMPL_LOOKUP(DIDerivedType, (Tag, getString(Name), File, Line, Scope, in getImpl()
282 (Tag, getString(Name), File, Line, Scope, BaseType, in getImpl()
285 getString(Identifier))); in getImpl()
307 DEFINE_GETIMPL_LOOKUP(DIFile, (getString(Filename), getString(Directory))); in getImpl()
351 (Scope, getString(Name), getString(LinkageName), File, in getImpl()
402 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, File, getString(Name), Line)); in getImpl()
413 (Scope, getString(Name), getString(ConfigurationMacros), in getImpl()
414 getString(IncludePath), getString(ISysRoot))); in getImpl()
425 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (getString(Name), Type)); in getImpl()
435 (Tag, getString(Name), Type, Value)); in getImpl()
450 (Scope, getString(Name), getString(LinkageName), File, in getImpl()
471 (Scope, getString(Name), File, Line, Type, Arg, Flags)); in getImpl()
543 (getString(Name), File, Line, getString(GetterName), in getImpl()
544 getString(SetterName), Attributes, Type)); in getImpl()
556 (Tag, Scope, Entity, Line, getString(Name))); in getImpl()
566 (MIType, Line, getString(Name), getString(Value))); in getImpl()