Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp455 const llvm::Function *called_function = GetCalledFunction(call_inst); in InspectInstruction() local
457 if (!called_function) in InspectInstruction()
460 std::string name_str = called_function->getName().str(); in InspectInstruction()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp76 const llvm::Function *called_function = call->getCalledFunction(); in CanIgnoreCall() local
78 if (!called_function) in CanIgnoreCall()
81 if (called_function->isIntrinsic()) { in CanIgnoreCall()
82 switch (called_function->getIntrinsicID()) { in CanIgnoreCall()