HomeSort by relevance Sort by last modified time
    Searched refs:AbortOnFailure (Results 1 - 13 of 13) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 119 /// If \p AbortOnFailure is false and no function with the given name is
126 bool AbortOnFailure = true);
ExecutionEngine.h 214 /// If AbortOnFailure is false and no function with the given name is
220 bool AbortOnFailure = true) = 0;
  /external/lldb/include/lldb/Expression/
IRExecutionUnit.h 395 bool AbortOnFailure = true) {
396 return m_default_mm_ap->getPointerToNamedFunction(Name, AbortOnFailure);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RTDyldMemoryManager.cpp 285 bool AbortOnFailure) {
288 if (!Addr && AbortOnFailure)
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 377 bool AbortOnFailure = !F->hasExternalWeakLinkage();
378 void *Addr = getPointerToNamedFunction(Name, AbortOnFailure);
544 void *MCJIT::getPointerToNamedFunction(StringRef Name, bool AbortOnFailure) {
558 if (AbortOnFailure) {
MCJIT.h 260 /// If AbortOnFailure is false and no function with the given name is
265 bool AbortOnFailure = true) override;
  /external/llvm/lib/ExecutionEngine/Orc/
OrcMCJITReplacement.h 224 bool AbortOnFailure = true) override {
226 if (!Addr && AbortOnFailure)
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 133 bool AbortOnFailure = true) override {
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 685 /// If \p AbortOnFailure is false and no function with the given name is
689 bool AbortOnFailure = true);
695 bool AbortOnFailure)
703 if (!pfn && AbortOnFailure)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 688 /// If \p AbortOnFailure is false and no function with the given name is
692 bool AbortOnFailure = true);
698 bool AbortOnFailure)
706 if (!pfn && AbortOnFailure)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 777 /// If \p AbortOnFailure is false and no function with the given name is
781 bool AbortOnFailure = true);
787 bool AbortOnFailure)
795 if (!pfn && AbortOnFailure)
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 845 /// If \p AbortOnFailure is false and no function with the given name is
849 bool AbortOnFailure = true);
855 bool AbortOnFailure)
863 if (!pfn && AbortOnFailure)
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 123 bool AbortOnFailure = true) override {

Completed in 909 milliseconds