reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/IRForTarget.cpp
 1202     if (!GlobalValue::isExternalLinkage(global_variable->getLinkage()))
 1205     clang::NamedDecl *named_decl = DeclForGlobal(global_variable);
 1211       if (!global_variable->hasExternalLinkage())
 1215                global_variable->getName());
 1245       value_type = PointerType::get(global_variable->getType(), 0);
 1247       value_type = global_variable->getType();