reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
83 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIExpression)
2307 : MDNode(C, DIExpressionKind, Storage, None), 2315 TempDIExpression cloneImpl() const { 2322 TempDIExpression clone() const { return cloneImpl(); } 2438 return MD->getMetadataID() == DIExpressionKind;include/llvm/Support/Casting.h
77 return isa_impl<To, From>::doit(Val); 77 return isa_impl<To, From>::doit(Val); 106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/AsmParser/LLParser.cpp
718 if (ParseDIExpression(N, /*IsDistinct=*/false))
lib/IR/DebugInfoMetadata.cpp 827 DEFINE_GETIMPL_STORE_NO_OPS(DIExpression, (Elements));
unittests/IR/MetadataTest.cpp 2332 TempDIExpression Temp = N->clone();