OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AbortOnFailure
(Results
1 - 17
of
17
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
RTDyldMemoryManager.h
56
/// If \p
AbortOnFailure
is false and no function with the given name is
60
bool
AbortOnFailure
= true);
ExecutionEngine.h
239
/// If
AbortOnFailure
is false and no function with the given name is
244
bool
AbortOnFailure
= true) = 0;
/external/llvm/lib/ExecutionEngine/
RTDyldMemoryManager.cpp
72
bool
AbortOnFailure
) {
112
if (
AbortOnFailure
)
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.h
79
/// If
AbortOnFailure
is false and no function with the given name is
84
bool
AbortOnFailure
= true);
MCJIT.cpp
199
bool
AbortOnFailure
= !F->hasExternalWeakLinkage();
200
void *Addr = getPointerToNamedFunction(F->getName(),
AbortOnFailure
);
326
bool
AbortOnFailure
) {
342
if (
AbortOnFailure
) {
/external/llvm/tools/lli/
RecordingMemoryManager.h
59
bool
AbortOnFailure
= true);
RecordingMemoryManager.cpp
107
bool
AbortOnFailure
) {
/external/llvm/lib/ExecutionEngine/JIT/
JIT.cpp
676
bool
AbortOnFailure
= !F->hasExternalWeakLinkage();
677
void *Addr = getPointerToNamedFunction(F->getName(),
AbortOnFailure
);
724
bool
AbortOnFailure
){
736
if (
AbortOnFailure
) {
JIT.h
124
/// If
AbortOnFailure
is false and no function with the given name is
129
bool
AbortOnFailure
= true);
JITMemoryManager.cpp
336
bool
AbortOnFailure
= true);
845
bool
AbortOnFailure
) {
[
all
...]
/external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h
119
bool
AbortOnFailure
= true) {
/external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp
68
bool
AbortOnFailure
= true) {
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
86
bool
AbortOnFailure
= true) {
87
return Base->getPointerToNamedFunction(Name,
AbortOnFailure
);
/external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp
684
/// If \p
AbortOnFailure
is false and no function with the given name is
688
bool
AbortOnFailure
= true);
694
bool
AbortOnFailure
)
702
if (!pfn &&
AbortOnFailure
)
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp
687
/// If \p
AbortOnFailure
is false and no function with the given name is
691
bool
AbortOnFailure
= true);
697
bool
AbortOnFailure
)
705
if (!pfn &&
AbortOnFailure
)
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp
776
/// If \p
AbortOnFailure
is false and no function with the given name is
780
bool
AbortOnFailure
= true);
786
bool
AbortOnFailure
)
794
if (!pfn &&
AbortOnFailure
)
[
all
...]
/external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp
939
/// If \p
AbortOnFailure
is false and no function with the given name is
943
bool
AbortOnFailure
= true);
949
bool
AbortOnFailure
)
957
if (!pfn &&
AbortOnFailure
)
[
all
...]
Completed in 713 milliseconds