Home
last modified time | relevance | path

Searched refs:ID (Results 1 – 5 of 5) sorted by relevance

/art/compiler/llvm/
Druntime_support_llvm_func.h27 #define DEFINE_RUNTIME_SUPPORT_FUNC_ID(ID, NAME) ID, argument
Dintrinsic_helper.h39 #define DEF_INTRINSICS_FUNC(ID, ...) ID, argument
Druntime_support_builder.cc44 #define GET_RUNTIME_SUPPORT_FUNC_DECL(ID, NAME) \ in RuntimeSupportBuilder() argument
48 runtime_support_func_decls_[runtime_support::ID] = fn; \ in RuntimeSupportBuilder()
Dintrinsic_func_list.def17 // DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE,
23 #define _EVAL_DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, ...) \
24 DEF_INTRINSICS_FUNC(ID, NAME, ATTR, RET_TYPE, __VA_ARGS__)
Dgbc_expander.cc405 static char ID; member in __anon2da1a0e30111::GBCExpanderPass
409 : llvm::FunctionPass(ID), intrinsic_helper_(intrinsic_helper), irb_(irb), in GBCExpanderPass()
425 char GBCExpanderPass::ID = 0; member in __anon2da1a0e30111::GBCExpanderPass