Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp1173 bool IRForTarget::MaybeHandleVariable(Value *llvm_value_ptr) { in MaybeHandleVariable() argument
1177 LLDB_LOG(log, "MaybeHandleVariable ({0})", PrintValue(llvm_value_ptr)); in MaybeHandleVariable()
1179 if (ConstantExpr *constant_expr = dyn_cast<ConstantExpr>(llvm_value_ptr)) { in MaybeHandleVariable()
1190 dyn_cast<GlobalVariable>(llvm_value_ptr)) { in MaybeHandleVariable()
1197 if (IsObjCSelectorRef(llvm_value_ptr)) in MaybeHandleVariable()
1256 llvm_value_ptr, *value_size, in MaybeHandleVariable()
1258 } else if (dyn_cast<llvm::Function>(llvm_value_ptr)) { in MaybeHandleVariable()