The llvm function is equivalent to this one. Where possible I tried to
replace const char* with llvm::StringRef to avoid extra strlen
computations. In most places, I was able to track the c string back to
the ConstString it was created from.
This also removes the unused ExportTable class.
Oops! Looks like this Python file got checked in with a mixture of tabs and spaces.