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

  /external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h 86 /// If \p AbortOnFailure is false and no function with the given name is
93 bool AbortOnFailure = true);
ExecutionEngine.h 261 /// If AbortOnFailure is false and no function with the given name is
271 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/
RTDyldMemoryManager.cpp 272 bool AbortOnFailure) {
275 if (!Addr && AbortOnFailure)
  /external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp 523 bool AbortOnFailure = !F->hasExternalWeakLinkage();
524 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
571 bool AbortOnFailure){
583 if (AbortOnFailure) {
JIT.h 124 /// If AbortOnFailure is false and no function with the given name is
129 bool AbortOnFailure = true) override;
JITMemoryManager.cpp 339 bool AbortOnFailure = true) override;
    [all...]
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 359 bool AbortOnFailure = !F->hasExternalWeakLinkage();
360 void *Addr = getPointerToNamedFunction(F->getName(), AbortOnFailure);
533 bool AbortOnFailure) {
545 if (AbortOnFailure) {
MCJIT.h 294 /// If AbortOnFailure is false and no function with the given name is
299 bool AbortOnFailure = true) override;
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 119 bool AbortOnFailure = true) override {
  /external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp 87 bool AbortOnFailure = true) {
88 return Base->getPointerToNamedFunction(Name, AbortOnFailure);
  /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 940 /// If \p AbortOnFailure is false and no function with the given name is
944 bool AbortOnFailure = true);
950 bool AbortOnFailure)
958 if (!pfn && AbortOnFailure)
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 98 bool AbortOnFailure = true) override {

Completed in 1326 milliseconds