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()
308 DEFINE_GETIMPL_LOOKUP(DIFile, (getString(Filename), getString(Directory))); in getImpl()
326 (SourceLanguage, File, getString(Producer), IsOptimized, getString(Flags), in getImpl()
327 RuntimeVersion, getString(SplitDebugFilename), EmissionKind, EnumTypes, in getImpl()
354 (Scope, getString(Name), getString(LinkageName), File, in getImpl()
413 DEFINE_GETIMPL_LOOKUP(DINamespace, (Scope, File, getString(Name), Line)); in getImpl()
424 (Scope, getString(Name), getString(ConfigurationMacros), in getImpl()
425 getString(IncludePath), getString(ISysRoot))); in getImpl()
436 DEFINE_GETIMPL_LOOKUP(DITemplateTypeParameter, (getString(Name), Type)); in getImpl()
446 (Tag, getString(Name), Type, Value)); in getImpl()
461 (Scope, getString(Name), getString(LinkageName), File, in getImpl()
481 DEFINE_GETIMPL_LOOKUP(DILocalVariable, (Tag, Scope, getString(Name), File, in getImpl()
552 (getString(Name), File, Line, getString(GetterName), in getImpl()
553 getString(SetterName), Attributes, Type)); in getImpl()
565 (Tag, Scope, Entity, Line, getString(Name))); in getImpl()