Home
last modified time | relevance | path

Searched refs:__jit_debug_register_code (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp53 LLVM_ATTRIBUTE_NOINLINE void __jit_debug_register_code() { in __jit_debug_register_code() function
143 __jit_debug_register_code(); in NotifyDebugger()
230 __jit_debug_register_code(); in deregisterObjectInternal()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDebugRegisterer.cpp37 LLVM_ATTRIBUTE_NOINLINE void __jit_debug_register_code() { } in __jit_debug_register_code() function
161 __jit_debug_register_code(); in RegisterFunction()
189 __jit_debug_register_code(); in UnregisterFunctionInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp54 LLVM_ATTRIBUTE_NOINLINE void __jit_debug_register_code() { in __jit_debug_register_code() function
134 __jit_debug_register_code(); in NotifyDebugger()
221 __jit_debug_register_code(); in deregisterObjectInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DDebuggingJITedCode.rst19 (``__jit_debug_register_code``) marked noinline that GDB knows about. When
/external/llvm/docs/
DDebuggingJITedCode.rst19 (``__jit_debug_register_code``) marked noinline that GDB knows about. When
/external/v8/src/
Dgdb-jit.cc1836 void __attribute__((noinline)) __jit_debug_register_code() { in __jit_debug_register_code() function
1883 __jit_debug_register_code(); in RegisterCodeEntry()
1900 __jit_debug_register_code(); in UnregisterCodeEntry()