Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp149 ConstString const_func_name(FunctionName()); in Install() local
151 jit_file.GetFilename() = const_func_name; in Install()
H A DClangUserExpression.cpp750 ConstString const_func_name(FunctionName()); in Parse() local
752 jit_file.GetFilename() = const_func_name; in Parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp98 ConstString const_func_name(FunctionName()); in WriteFunctionWrapper() local
100 jit_file.GetFilename() = const_func_name; in WriteFunctionWrapper()