OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startExceptionTable
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/src/Reactor/
RoutineManager.hpp
37
virtual uint8_t *
startExceptionTable
(const llvm::Function *function, uintptr_t &ActualSize);
RoutineManager.cpp
82
uint8_t *RoutineManager::
startExceptionTable
(const llvm::Function* F, uintptr_t &ActualSize)
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
JITMemoryManager.h
117
///
startExceptionTable
- When we finished JITing the function, if exception
119
virtual uint8_t*
startExceptionTable
(const Function* F,
128
/// The argument must be the return value from a call to
startExceptionTable
()
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITTest.cpp
152
virtual uint8_t*
startExceptionTable
(const Function* F,
155
uint8_t *Result = Base->
startExceptionTable
(F, ActualSize);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
444
///
startExceptionTable
- Use startFunctionBody to allocate memory for the
446
uint8_t*
startExceptionTable
(const Function* F, uintptr_t &ActualSize) {
JITEmitter.cpp
[
all
...]
Completed in 410 milliseconds