Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Expression/
H A DIRDynamicChecks.cpp491 const llvm::Function *called_function = GetCalledFunction(call_inst); in InspectInstruction() local
493 if (!called_function) in InspectInstruction()
496 std::string name_str = called_function->getName().str(); in InspectInstruction()
H A DIRInterpreter.cpp74 const llvm::Function *called_function = call->getCalledFunction(); in CanIgnoreCall() local
76 if (!called_function) in CanIgnoreCall()
79 if (called_function->isIntrinsic()) { in CanIgnoreCall()
80 switch (called_function->getIntrinsicID()) { in CanIgnoreCall()