OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CompilerLLVM
(Results
1 - 4
of
4
) sorted by null
/art/compiler/llvm/
compiler_llvm.h
59
class
CompilerLLVM
{
61
CompilerLLVM
(CompilerDriver* driver, InstructionSet insn_set);
63
~
CompilerLLVM
();
96
DISALLOW_COPY_AND_ASSIGN(
CompilerLLVM
);
compiler_llvm.cc
109
CompilerLLVM
::
CompilerLLVM
(CompilerDriver* driver, InstructionSet insn_set)
118
CompilerLLVM
::~
CompilerLLVM
() {
122
LlvmCompilationUnit*
CompilerLLVM
::AllocateCompilationUnit() {
134
CompiledMethod*
CompilerLLVM
::
162
CompiledMethod*
CompilerLLVM
::
176
inline static art::llvm::
CompilerLLVM
* ContextOf(art::CompilerDriver& driver) {
179
return reinterpret_cast<art::llvm::
CompilerLLVM
*>(compiler_context);
182
inline static const art::llvm::
CompilerLLVM
* ContextOf(const art::CompilerDriver& driver)
[
all
...]
llvm_compilation_unit.h
49
class
CompilerLLVM
;
103
LlvmCompilationUnit(const
CompilerLLVM
* compiler_llvm,
106
const
CompilerLLVM
* compiler_llvm_;
132
friend class
CompilerLLVM
; // For LlvmCompilationUnit constructor
llvm_compilation_unit.cc
99
LlvmCompilationUnit::LlvmCompilationUnit(const
CompilerLLVM
* compiler_llvm, size_t cunit_id)
Completed in 58 milliseconds