Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRDynamicChecks.cpp475 const llvm::Function *called_function = GetCalledFunction(call_inst); in InspectInstruction() local
477 if (!called_function) in InspectInstruction()
480 std::string name_str = called_function->getName().str(); in InspectInstruction()
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRInterpreter.cpp75 const llvm::Function *called_function = call->getCalledFunction(); in CanIgnoreCall() local
77 if (!called_function) in CanIgnoreCall()
80 if (called_function->isIntrinsic()) { in CanIgnoreCall()
81 switch (called_function->getIntrinsicID()) { in CanIgnoreCall()