Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
lib
CodeGen
AsmPrinter
DwarfDebug.cpp
Find file
Blame
History
Permalink
Adjust context for the global variables that are not at file scope, e.g.
· 4c420eca
Devang Patel
authored
Oct 05, 2009
void foo() { static int bar = 42; } Here, foo's DIE is parent of bar's DIE. llvm-svn: 83344
4c420eca
Loading