Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1307 bool IRForTarget::MaybeHandleVariable(Value *llvm_value_ptr) { in MaybeHandleVariable() argument
1312 log->Printf("MaybeHandleVariable (%s)", PrintValue(llvm_value_ptr).c_str()); in MaybeHandleVariable()
1314 if (ConstantExpr *constant_expr = dyn_cast<ConstantExpr>(llvm_value_ptr)) { in MaybeHandleVariable()
1325 dyn_cast<GlobalVariable>(llvm_value_ptr)) { in MaybeHandleVariable()
1332 if (IsObjCSelectorRef(llvm_value_ptr)) in MaybeHandleVariable()
1391 named_decl, lldb_private::ConstString(name.c_str()), llvm_value_ptr, in MaybeHandleVariable()
1398 } else if (dyn_cast<llvm::Function>(llvm_value_ptr)) { in MaybeHandleVariable()