Searched refs:DEFINE_GETIMPL_LOOKUP (Results 1 – 2 of 2) 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 …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 222 #define DEFINE_GETIMPL_LOOKUP(CLASS, ARGS) \ macro 260 DEFINE_GETIMPL_LOOKUP(DISubrange, (CountNode, Lo)); in getImpl() 269 DEFINE_GETIMPL_LOOKUP(DIEnumerator, (Value, IsUnsigned, Name)); in getImpl() 279 DEFINE_GETIMPL_LOOKUP(DIBasicType, in getImpl() 306 DEFINE_GETIMPL_LOOKUP(DIDerivedType, in getImpl() 326 DEFINE_GETIMPL_LOOKUP( in getImpl() 403 DEFINE_GETIMPL_LOOKUP(DISubroutineType, (Flags, CC, TypeArray)); in getImpl() 439 DEFINE_GETIMPL_LOOKUP(DIFile, (Filename, Directory, CS, Source)); in getImpl() 509 DEFINE_GETIMPL_LOOKUP( in getImpl() 550 DEFINE_GETIMPL_LOOKUP(DILexicalBlock, (Scope, File, Line, Column)); in getImpl() [all …]
|