Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp150 ConstString const_func_name(FunctionName()); in Install() local
152 jit_file.SetFilename(const_func_name); in Install()
H A DClangUserExpression.cpp753 ConstString const_func_name(FunctionName()); in Parse() local
755 jit_file.SetFilename(const_func_name); in Parse()
/freebsd-14.2/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp114 ConstString const_func_name(FunctionName()); in WriteFunctionWrapper() local
116 jit_file.SetFilename(const_func_name); in WriteFunctionWrapper()