Searched refs:DEFINE_GETIMPL_LOOKUP (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 206 #define DEFINE_GETIMPL_LOOKUP(CLASS, ARGS) \ macro 233 DEFINE_GETIMPL_LOOKUP(DISubrange, (Count, Lo)); in getImpl() 241 DEFINE_GETIMPL_LOOKUP(DIEnumerator, (Value, getString(Name))); in getImpl() 251 DEFINE_GETIMPL_LOOKUP( in getImpl() 264 DEFINE_GETIMPL_LOOKUP(DIDerivedType, (Tag, getString(Name), File, Line, Scope, in getImpl() 281 DEFINE_GETIMPL_LOOKUP(DICompositeType, in getImpl() 297 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, TypeArray)); in getImpl() 307 DEFINE_GETIMPL_LOOKUP(DIFile, (getString(Filename), getString(Directory))); in getImpl() 350 DEFINE_GETIMPL_LOOKUP(DISubprogram, in getImpl() 382 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl() [all …]
|