Searched defs:module (Results 1 – 7 of 7) sorted by relevance
/art/compiler/llvm/ |
D | runtime_support_builder_arm.h | 27 RuntimeSupportBuilderARM(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderARM()
|
D | runtime_support_builder_x86.h | 27 RuntimeSupportBuilderX86(::llvm::LLVMContext& context, ::llvm::Module& module, IRBuilder& irb) in RuntimeSupportBuilderX86()
|
D | ir_builder.cc | 31 IRBuilder::IRBuilder(::llvm::LLVMContext& context, ::llvm::Module& module, in IRBuilder()
|
D | intrinsic_helper.cc | 94 ::llvm::Module& module) { in IntrinsicHelper()
|
D | runtime_support_builder.cc | 40 ::llvm::Module& module, in RuntimeSupportBuilder()
|
D | gbc_expander.cc | 663 llvm::Module* module = func->getParent(); in EmitStackOverflowCheck() local
|
/art/runtime/base/ |
D | logging.h | 142 #define VLOG_IS_ON(module) UNLIKELY(::art::gLogVerbosity.module) argument 143 #define VLOG(module) if (VLOG_IS_ON(module)) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream… argument 144 #define VLOG_STREAM(module) ::art::LogMessage(__FILE__, __LINE__, INFO, -1).stream() argument
|