Home
last modified time | relevance | path

Searched refs:tji (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.h26 MCJIT(Module *M, TargetMachine *tm, TargetJITInfo &tji,
DMCJIT.cpp57 MCJIT::MCJIT(Module *m, TargetMachine *tm, TargetJITInfo &tji, in MCJIT() argument
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h80 JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji,
DJIT.cpp270 JIT::JIT(Module *M, TargetMachine &tm, TargetJITInfo &tji, in JIT() argument
272 : ExecutionEngine(M), TM(tm), TJI(tji), AllocateGVsWithCode(GVsWithCode), in JIT()