Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp149 ConstString const_func_name(FunctionName()); in Install() local
151 jit_file.SetFilename(const_func_name); in Install()
H A DClangUserExpression.cpp728 ConstString const_func_name(FunctionName()); in Parse() local
730 jit_file.SetFilename(const_func_name); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp112 ConstString const_func_name(FunctionName()); in WriteFunctionWrapper() local
114 jit_file.SetFilename(const_func_name); in WriteFunctionWrapper()