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

/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUTargetMachine.h59 virtual TargetJITInfo *getJITInfo() { function in class:llvm::SPUTargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMTargetMachine.h46 virtual ARMJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::ARMBaseTargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsTargetMachine.h53 virtual MipsJITInfo *getJITInfo() function in class:llvm::MipsTargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCTargetMachine.h51 virtual PPCJITInfo *getJITInfo() { return &JITInfo; } function in class:llvm::PPCTargetMachine
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86TargetMachine.h51 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86TargetMachine
52 llvm_unreachable("getJITInfo not implemented");
99 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_32TargetMachine
126 virtual X86JITInfo *getJITInfo() { function in class:llvm::X86_64TargetMachine
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h90 /// getJITInfo - Return the target JIT information structure.
92 TargetJITInfo &getJITInfo() const { return TJI; } function in class:llvm::JIT
/external/swiftshader/third_party/LLVM/include/llvm/Target/
H A DTargetMachine.h148 /// getJITInfo - If this target supports a JIT, return information for it,
151 virtual TargetJITInfo *getJITInfo() { return 0; } function in class:llvm::TargetMachine

Completed in 159 milliseconds