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

/external/llvm/include/llvm/CodeGen/
H A DMachineCodeInfo.h1 //===-- MachineCodeInfo.h - Class used to report JIT info -------*- C++ -*-===//
10 // This file defines MachineCodeInfo, a class used by the JIT ExecutionEngine
24 class MachineCodeInfo { class in namespace:llvm
30 MachineCodeInfo() : Size(0), Address(0) {} function in class:llvm::MachineCodeInfo

Completed in 65 milliseconds