OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endExceptionTable
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/ExecutionEngine/
JITMemoryManager.h
122
///
endExceptionTable
- This method is called when the JIT is done emitting
124
virtual void
endExceptionTable
(const Function *F, uint8_t *TableStart,
/frameworks/compile/libbcc/lib/CodeGen/
CodeMemoryManager.h
207
virtual void
endExceptionTable
(const llvm::Function *F, uint8_t *TableStart,
/external/llvm/unittests/ExecutionEngine/JIT/
JITTest.cpp
173
virtual void
endExceptionTable
(const Function *F, uint8_t *TableStart,
177
return Base->
endExceptionTable
(F, TableStart, TableEnd, FrameRegister);
/external/llvm/lib/ExecutionEngine/JIT/
JITMemoryManager.cpp
450
///
endExceptionTable
- The exception table of F is now allocated,
452
void
endExceptionTable
(const Function *F, uint8_t *TableStart,
JITEmitter.cpp
[
all
...]
Completed in 536 milliseconds