Go to file
Chris Lattner 4bfbe93437 implement X86 @GOTOFF jump table entries with the new EK_Custom32
jump table entry kind, instead of overloading 
AsmPrinter::printPICJumpTableEntry.

This has a pretty horrible and inefficient FIXME around how @GOTOFF
is currently smashed into the mcsymbol name, but otherwise this is
much cleaner.

llvm-svn: 94516
2010-01-26 05:02:42 +00:00
clang Factor creating the DISubprogram for a member function out into a separate function. 2010-01-26 04:49:33 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm implement X86 @GOTOFF jump table entries with the new EK_Custom32 2010-01-26 05:02:42 +00:00