OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AbortOnFailure
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp
199
bool
AbortOnFailure
= !F->hasExternalWeakLinkage();
200
void *Addr = getPointerToNamedFunction(F->getName(),
AbortOnFailure
);
326
bool
AbortOnFailure
) {
342
if (
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
) {
Completed in 38 milliseconds