Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangUtilityFunction.cpp152 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Install()
H A DClangUserExpression.cpp753 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in Parse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp101 jit_module_sp->SetFileSpecAndObjectName(jit_file, ConstString()); in WriteFunctionWrapper()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h779 void SetFileSpecAndObjectName(const FileSpec &file,
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp100 module_sp->SetFileSpecAndObjectName(archive_file, archive_object); in FindPlugin()
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DModule.cpp1057 void Module::SetFileSpecAndObjectName(const FileSpec &file, in SetFileSpecAndObjectName() function in Module