mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-12 13:38:21 +00:00
[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
This commit is contained in:
@ -215,7 +215,7 @@ public:
|
||||
/// it prints a message to stderr and aborts.
|
||||
///
|
||||
/// This function is deprecated for the MCJIT execution engine.
|
||||
virtual void *getPointerToNamedFunction(const std::string &Name,
|
||||
virtual void *getPointerToNamedFunction(StringRef Name,
|
||||
bool AbortOnFailure = true) = 0;
|
||||
|
||||
/// mapSectionAddress - map a section to its target address space value.
|
||||
|
Reference in New Issue
Block a user