llvm-6502/tools/lto
Daniel Dunbar 6316fbcb04 Convert StringMap to using StringRef for its APIs.
- Yay for '-'s and simplifications!

 - I kept StringMap::GetOrCreateValue for compatibility purposes, this can
   eventually go away. Likewise the StringMapEntry Create functions still follow
   the old style.

 - NIFC.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76888 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-23 18:17:34 +00:00
..
lto.cpp Add newline at end of file. 2009-07-03 15:38:01 +00:00
lto.exports
LTOCodeGenerator.cpp Switch some clients to Value::getName(), and other getName() user 2009-07-22 21:33:09 +00:00
LTOCodeGenerator.h Have asm printers use formatted_raw_ostream directly to avoid a 2009-07-14 20:18:05 +00:00
LTOModule.cpp Convert StringMap to using StringRef for its APIs. 2009-07-23 18:17:34 +00:00
LTOModule.h Maintain the old LTO API, by using the global context. 2009-07-02 00:31:14 +00:00
Makefile