[MCJIT] Start Stringref-izing the ExecutionEngine interface.
authorLang Hames <lhames@gmail.com>
Mon, 15 Sep 2014 17:50:22 +0000 (17:50 +0000)
committerLang Hames <lhames@gmail.com>
Mon, 15 Sep 2014 17:50:22 +0000 (17:50 +0000)
commitb01c85b421ccacb22eeb76547fe8e3e435b6241b
tree3519e35a098951968e49130172ae57a2789a1965
parentf1b16047b7615e698311125f8a0efa09805bb1ca
[MCJIT] Start Stringref-izing the ExecutionEngine interface.

More methods to follow.

Using StringRef allows us the EE interface to work with more string types
without forcing construction of std::strings.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@217794 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ExecutionEngine/ExecutionEngine.h
lib/ExecutionEngine/Interpreter/Interpreter.h
lib/ExecutionEngine/MCJIT/MCJIT.cpp
lib/ExecutionEngine/MCJIT/MCJIT.h