diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-01 06:51:47 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-01 06:51:47 +0000 |
commit | 863cbfbebad4609678f5f74f5750b230e8aa5d77 (patch) | |
tree | d1deb0b63e859cceda610c63c064126bff80084c /llvm/lib/CodeGen/MachineModuleInfo.cpp | |
parent | 57f9b8c5b5578a75893c9ec627808e18d2b0228d (diff) | |
download | llvm-863cbfbebad4609678f5f74f5750b230e8aa5d77.zip llvm-863cbfbebad4609678f5f74f5750b230e8aa5d77.tar.gz llvm-863cbfbebad4609678f5f74f5750b230e8aa5d77.tar.bz2 |
Object: Extract a ModuleSymbolTable class from IRObjectFile.
This class represents a symbol table built from in-memory IR. It provides
access to GlobalValues and should only be used if such access is required
(e.g. in the LTO implementation). We will eventually change IRObjectFile
to read from a bitcode symbol table rather than using ModuleSymbolTable,
so it would not be able to expose the module.
Differential Revision: https://reviews.llvm.org/D27073
llvm-svn: 288319
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfo.cpp')
0 files changed, 0 insertions, 0 deletions