Home
last modified time | relevance | path

Searched refs:SetFileSpecAndObjectName (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp152 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Install()
H A DClangUserExpression.cpp731 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Parse()
/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp115 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in WriteFunctionWrapper()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h766 void SetFileSpecAndObjectName(const FileSpec &file, ConstString object_name);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp492 module_sp->SetFileSpecAndObjectName(objfile, objfile.GetFilename()); in GetMetadata()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp104 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1026 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName() function in Module