Searched refs:DEFINE_GETIMPL_STORE (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 204 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ macro 227 DEFINE_GETIMPL_STORE(DIEnumerator, (Value), Ops); in getImpl() 238 DEFINE_GETIMPL_STORE(DIBasicType, (Tag, SizeInBits, AlignInBits, Encoding), in getImpl() 252 DEFINE_GETIMPL_STORE( in getImpl() 273 DEFINE_GETIMPL_STORE(DICompositeType, (Tag, Line, RuntimeLang, SizeInBits, in getImpl() 345 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops); in getImpl() 428 DEFINE_GETIMPL_STORE(DISubprogram, (Line, ScopeLine, Virtuality, VirtualIndex, in getImpl() 454 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops); in getImpl() 465 DEFINE_GETIMPL_STORE(DILexicalBlockFile, (Discriminator), Ops); in getImpl() 474 DEFINE_GETIMPL_STORE(DINamespace, (Line), Ops); in getImpl() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 305 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ macro 332 DEFINE_GETIMPL_STORE(DISubrange, (CountNode, Lo), Ops); in getImpl() 341 DEFINE_GETIMPL_STORE(DIEnumerator, (Value, IsUnsigned), Ops); in getImpl() 353 DEFINE_GETIMPL_STORE(DIBasicType, (Tag, SizeInBits, AlignInBits, Encoding, in getImpl() 382 DEFINE_GETIMPL_STORE( in getImpl() 404 DEFINE_GETIMPL_STORE(DICompositeType, (Tag, Line, RuntimeLang, SizeInBits, in getImpl() 476 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops); in getImpl() 513 DEFINE_GETIMPL_STORE(DIFile, (CS, Source), Ops); in getImpl() 681 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops); in getImpl() 692 DEFINE_GETIMPL_STORE(DILexicalBlockFile, (Discriminator), Ops); in getImpl() [all …]
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfoMetadata.cpp | 320 #define DEFINE_GETIMPL_STORE(CLASS, ARGS, OPS) \ macro 522 DEFINE_GETIMPL_STORE(DIEnumerator, (Value, IsUnsigned), Ops); in getImpl() 534 DEFINE_GETIMPL_STORE(DIBasicType, (Tag, SizeInBits, AlignInBits, Encoding, in getImpl() 561 DEFINE_GETIMPL_STORE(DIStringType, (Tag, SizeInBits, AlignInBits, Encoding), in getImpl() 577 DEFINE_GETIMPL_STORE( in getImpl() 602 DEFINE_GETIMPL_STORE(DICompositeType, (Tag, Line, RuntimeLang, SizeInBits, in getImpl() 681 DEFINE_GETIMPL_STORE(DISubroutineType, (Flags, CC), Ops); in getImpl() 720 DEFINE_GETIMPL_STORE(DIFile, (CS, Source), Ops); in getImpl() 890 DEFINE_GETIMPL_STORE(DILexicalBlock, (Line, Column), Ops); in getImpl() 901 DEFINE_GETIMPL_STORE(DILexicalBlockFile, (Discriminator), Ops); in getImpl() [all …]
|