OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLazyResolverFunction
(Results
1 - 5
of
5
) sorted by null
/external/llvm/include/llvm/Target/
TargetJITInfo.h
92
///
getLazyResolverFunction
- This method is used to initialize the JIT,
96
virtual LazyResolverFn
getLazyResolverFunction
(JITCompilerFn) {
/external/llvm/lib/Target/ARM/
ARMJITInfo.cpp
136
ARMJITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
189
TargetJITInfo::LazyResolverFn MipsJITInfo::
getLazyResolverFunction
(
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
347
PPCJITInfo::
getLazyResolverFunction
(JITCompilerFn Fn) {
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
424
X86JITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
Completed in 81 milliseconds