Searched refs:RuntimeSupportBuilderARM (Results 1 – 3 of 3) sorted by relevance
62 Value* RuntimeSupportBuilderARM::EmitGetCurrentThread() { in EmitGetCurrentThread()71 Value* RuntimeSupportBuilderARM::EmitLoadFromThreadOffset(int64_t offset, ::llvm::Type* type, in EmitLoadFromThreadOffset()85 void RuntimeSupportBuilderARM::EmitStoreToThreadOffset(int64_t offset, Value* value, in EmitStoreToThreadOffset()98 Value* RuntimeSupportBuilderARM::EmitSetCurrentThread(Value* thread) { in EmitSetCurrentThread()
25 class RuntimeSupportBuilderARM : public RuntimeSupportBuilder {27 RuntimeSupportBuilderARM(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderARM() function
122 runtime_support_.reset(new RuntimeSupportBuilderARM(*context_, *module_, *irb_)); in LlvmCompilationUnit()