OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RuntimeSupportBuilderARM
(Results
1 - 3
of
3
) sorted by null
/art/compiler/llvm/
runtime_support_builder_arm.h
25
class
RuntimeSupportBuilderARM
: public RuntimeSupportBuilder {
27
RuntimeSupportBuilderARM
(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb)
runtime_support_builder_arm.cc
62
Value*
RuntimeSupportBuilderARM
::EmitGetCurrentThread() {
71
Value*
RuntimeSupportBuilderARM
::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type,
85
void
RuntimeSupportBuilderARM
::EmitStoreToThreadOffset(int64_t offset, Value* value,
98
Value*
RuntimeSupportBuilderARM
::EmitSetCurrentThread(Value* thread) {
llvm_compilation_unit.cc
122
runtime_support_.reset(new
RuntimeSupportBuilderARM
(*context_, *module_, *irb_));
Completed in 709 milliseconds