Searched refs:CreateResultVariable (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.h217 bool CreateResultVariable(llvm::Function &llvm_function);
H A DIRForTarget.cpp167 bool IRForTarget::CreateResultVariable(llvm::Function &llvm_function) { function in class:IRForTarget
1898 if (!CreateResultVariable(*main_function)) {
1899 LLDB_LOG(log, "CreateResultVariable() failed");
1901 // CreateResultVariable() reports its own errors, so we don't do so here

Completed in 64 milliseconds