OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineCodeInfo
(Results
1 - 6
of
6
) sorted by null
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineCodeInfo.h
1
//===--
MachineCodeInfo
.h - Class used to report JIT info -------*- C++ -*-===//
10
// This file defines
MachineCodeInfo
, a class used by the JIT ExecutionEngine
24
class
MachineCodeInfo
{
30
MachineCodeInfo
() : Size(0), Address(0) {}
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.h
26
class
MachineCodeInfo
;
193
void runJITOnFunction(Function *F,
MachineCodeInfo
*MCI = 0);
JIT.cpp
23
#include "llvm/CodeGen/
MachineCodeInfo
.h"
591
void JIT::runJITOnFunction(Function *F,
MachineCodeInfo
*MCI) {
595
MachineCodeInfo
*const MCI;
597
MCIListener(
MachineCodeInfo
*mci) : MCI(mci) {}
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
ExecutionEngine.h
40
class
MachineCodeInfo
;
304
virtual void runJITOnFunction(Function *,
MachineCodeInfo
* = 0) { }
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/
JITEventListenerTest.cpp
16
#include "llvm/CodeGen/
MachineCodeInfo
.h"
208
MachineCodeInfo
MCI;
/external/llvm/include/llvm/ExecutionEngine/
ExecutionEngine.h
45
class
MachineCodeInfo
;
Completed in 1808 milliseconds