OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getLazyResolverFunction
(Results
1 - 6
of
6
) 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
137
ARMJITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
/external/llvm/lib/Target/Mips/
MipsJITInfo.cpp
190
TargetJITInfo::LazyResolverFn MipsJITInfo::
getLazyResolverFunction
(
/external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp
358
PPCJITInfo::
getLazyResolverFunction
(JITCompilerFn Fn) {
/external/llvm/lib/Target/Sparc/
SparcJITInfo.cpp
268
SparcJITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
/external/llvm/lib/Target/X86/
X86JITInfo.cpp
425
X86JITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
Completed in 1241 milliseconds