reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
108 HANDLE_SPECIALIZED_MDNODE_LEAF_UNIQUABLE(DIGlobalVariable)
197 case DIGlobalVariableKind: 2287 MD->getMetadataID() == DIGlobalVariableKind; 2616 : DIVariable(C, DIGlobalVariableKind, Storage, Line, Ops, AlignInBits), 2639 TempDIGlobalVariable cloneImpl() const { 2666 TempDIGlobalVariable clone() const { return cloneImpl(); } 2682 return MD->getMetadataID() == DIGlobalVariableKind;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
765 DEFINE_GETIMPL_STORE(DIGlobalVariable,
unittests/IR/MetadataTest.cpp 2212 TempDIGlobalVariable Temp = N->clone();