reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
84 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariableExpression)
1172 DIGlobalVariableExpressionArray GlobalVariables, 1267 DIGlobalVariableExpressionArray getGlobalVariables() const { 1306 void replaceGlobalVariables(DIGlobalVariableExpressionArray N) { 3055 : MDNode(C, DIGlobalVariableExpressionKind, Storage, Ops) {} 3062 TempDIGlobalVariableExpression cloneImpl() const { 3071 TempDIGlobalVariableExpression clone() const { return cloneImpl(); } 3086 return MD->getMetadataID() == DIGlobalVariableExpressionKind;include/llvm/Support/Casting.h
92 return isa_impl<To, From>::doit(*Val); 92 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val); 106 return isa_impl<To, From>::doit(*Val);lib/IR/DebugInfoMetadata.cpp
1191 DEFINE_GETIMPL_STORE_NO_CONSTRUCTOR_ARGS(DIGlobalVariableExpression, Ops);
unittests/IR/MetadataTest.cpp 2248 TempDIGlobalVariableExpression Temp = N->clone();
unittests/Transforms/Utils/CloningTest.cpp 846 DIGlobalVariableExpressionArray GlobalArray = CU->getGlobalVariables();