reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ExecutionEngine/ExecutionEngine.h
  577     ErrorStr = e;
lib/ExecutionEngine/ExecutionEngine.cpp
  515   if (sys::DynamicLibrary::LoadLibraryPermanently(nullptr, ErrorStr))
  525       if (ErrorStr)
  526         *ErrorStr = "Cannot create an interpreter with a memory manager.";
  542       EE = ExecutionEngine::OrcMCJITReplacementCtor(ErrorStr, std::move(MemMgr),
  547       EE = ExecutionEngine::MCJITCtor(std::move(M), ErrorStr, std::move(MemMgr),
  560       return ExecutionEngine::InterpCtor(std::move(M), ErrorStr);
  561     if (ErrorStr)
  562       *ErrorStr = "Interpreter has not been linked in.";
  567     if (ErrorStr)
  568       *ErrorStr = "JIT has not been linked in.";
lib/ExecutionEngine/TargetSelect.cpp
   54       if (ErrorStr)
   55         *ErrorStr = "No available targets are compatible with this -march, "
   71       if (ErrorStr)
   72         *ErrorStr = Error;