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/swiftshader/third_party/LLVM/include/llvm/Target/
TargetJITInfo.h
95
///
getLazyResolverFunction
- This method is used to initialize the JIT,
99
virtual LazyResolverFn
getLazyResolverFunction
(JITCompilerFn) {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMJITInfo.cpp
136
ARMJITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsJITInfo.cpp
144
TargetJITInfo::LazyResolverFn MipsJITInfo::
getLazyResolverFunction
(
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCJITInfo.cpp
344
PPCJITInfo::
getLazyResolverFunction
(JITCompilerFn Fn) {
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86JITInfo.cpp
420
X86JITInfo::
getLazyResolverFunction
(JITCompilerFn F) {
Completed in 40 milliseconds