OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:jit_atexit
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/ExecutionEngine/JIT/
Intercept.cpp
86
//
jit_atexit
- Used to intercept the "atexit" library call.
87
static int
jit_atexit
(void (*Fn)()) {
function
109
if (Name == "atexit") return (void*)(intptr_t)&
jit_atexit
;
/external/llvm/lib/ExecutionEngine/MCJIT/
Intercept.cpp
86
//
jit_atexit
- Used to intercept the "atexit" library call.
87
static int
jit_atexit
(void (*Fn)()) {
function
109
if (Name == "atexit") return (void*)(intptr_t)&
jit_atexit
;
Completed in 16 milliseconds