Searched refs:DEFINE_GETIMPL_LOOKUP (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 191 #define DEFINE_GETIMPL_LOOKUP(CLASS, ARGS) \ macro 217 DEFINE_GETIMPL_LOOKUP(DISubrange, (Count, Lo)); in getImpl() 225 DEFINE_GETIMPL_LOOKUP(DIEnumerator, (Value, Name)); in getImpl() 235 DEFINE_GETIMPL_LOOKUP(DIBasicType, in getImpl() 248 DEFINE_GETIMPL_LOOKUP(DIDerivedType, in getImpl() 267 DEFINE_GETIMPL_LOOKUP( in getImpl() 343 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl() 353 DEFINE_GETIMPL_LOOKUP(DIFile, (Filename, Directory)); in getImpl() 420 DEFINE_GETIMPL_LOOKUP( in getImpl() 452 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl() [all …]
|