[LLVMdev] Question about structure of SymbolTable
Brian Fahs
bfahs at uiuc.edu
Mon Nov 17 18:20:01 PST 2003
I was trying to look through the SymbolTable code for LLVM. What does
the SymbolTable for a Module contain? Is it just GlobalVariables and
Functions? How are program constants and static variables declared
within functions handled? When I said program constants, I meant
things like strings (e.g., char* foo = "Hello world\n";). Thanks in
advance.
Sincerely,
Brian
Brian M. Fahs
Graduate Student
University of Illinois
More information about the llvm-dev
mailing list