Searched defs:JITResolverState (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp73 class JITResolverState;
77 typedef JITResolverState *ExtraData;
78 static void onRAUW(JITResolverState *, Value *Old, Value *New) {
85 typedef JITResolverState *ExtraData;
86 static void onDelete(JITResolverState *JRS, Function *F);
89 class JITResolverState { class in namespace:__anon25847
117 JITResolverState(JIT *jit) : FunctionToLazyStubMap(this), function in class:__anon25847::JITResolverState
164 typedef JITResolverState::FunctionToLazyStubMapTy FunctionToLazyStubMapTy;
165 typedef JITResolverState::CallSiteToFunctionMapTy CallSiteToFunctionMapTy;
166 typedef JITResolverState
[all...]

Completed in 239 milliseconds